Hi,

I finally managed to get the simple indentation to lisp preprocessor into a 
working state and thought you might be interested.

It includes the simpler semantic of linelist via a colon (:), parameter list 
continuation with a dot (.) and visualizing indentation with initial 
underscores (_). And that’s it.

All syntax elements except for the dot can be escaped, so you can still use 
underscores or a colon as function or variable names, and it’s a simple 
preprocessor which can either read the code from a file or from stdin, so lisp 
implementations could simply run code they want to read through the 
preprocessor.

It has almost no error checking, though: You can write non-conforming code and 
the preprocessor will still turn it into something which looks like lisp but 
could even miss closing brackets.

But at least I managed to write a real release text with an explanation of the 
syntax and code-examples:
http://draketo.de/light/english/wisp-lisp-indentation-preprocessor

I hope you enjoy the read!

Best wishes,
Arne

PS: @David: I just realized that I had missed quite a few of your answers 
because they were sent only to the list while Alans answers were also addressed 
to me… sorry for that.
(mails with my mail address in the receivers are automatically pulled into a 
special folder in my mail setup to allow me to scale my mail reading down, when 
I have little time, and just read stuff I should react to because it is 
addressed at me)

--
Ich hab' nichts zu verbergen – hab ich gedacht:

- http://draketo.de/licht/lieder/ich-hab-nichts-zu-verbergen

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to