Damus
Panicz Maciej Godek profile picture
Panicz Maciej Godek
@Panicz Maciej Godek
I recently got back to my work on literate #GRASP, and I think things finally started to look good. I implemented a new document representation (the previous one was built from cons-cells and multiple hacks), and I have some working tests that are capable of rendering this representation to "unicode-art" strings, and I'm currently working on a new parser that would work well with that representation.

I still have a long way to go before I get a running system, and I don't think it's a very good literature, but if you're a #Scheme maniac or a fan of #LiterateProgramming and you don't find the #Java runtime environment too repulsive, I invite you to follow the work and provide your feedback:

https://github.com/panicz/grasp/blob/main/literate/grasp.org

(the document is written in #Emacs #OrgMode using its #noweb component for literate programming)
1
Panicz Maciej Godek · 7w
I tried reading Knuth's "TeX: The Program", and probably (or most certainly) that's subjective, but I find the literate GRASP document so much more engaging to read