Re: Question on new line behavior

Pascal Bourguignon <[email protected]>
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
> On 21 Nov 2016, at 22:19, Jean Louis <[email protected]> wrote:
> 
> Thank you, I am learning macros now. I have impnotes and HyperSpec
> locally set, to read documentation.
> 
> And I could run basic.lisp from:
> http://www.informatimago.com/develop/lisp/com/informatimago/small-cl-pgms/basic/index.html
> 
> it was just coincidence that you wrote this email in the same time, I
> was surprised.

Beware that this small basic implementation is a quick-and-dirty proof of concept.
If you want to read a real implementation of a language system similar to basic, have a look at Nasium LSE.
https://nasium-lse.ogamita.com/ <https://nasium-lse.ogamita.com/>
The git repository has moved to: https://gitlab.com/nasium-lse/nasium-lse

You may try it at: http://nasium-lse.ogamita.com:8117 <http://nasium-lse.ogamita.com:8117/> (⊗ = Control-S or Return)
Here is a little sample LSE program:
1 I←0⊗
2 AFFICHER[*X,'BONJOUR',/]I⊗
3 SI I<10 ALORS DEBUT I←I+1;ALLER EN 2 FIN⊗
4 TERMINER⊗
To execute it, run the "executer” (French for “run") command typing:
EX⊗1⊗
To list it, run the “lister” command, typing:
LI⊗1⊗

Unfortunately to compile it you would have to locate an older version of iolib, where the systems have not been renamed to replace the dots with slashes in system names.  (Why would anybody perform such an incompatible change is beyond me!).  Alternatively, you’d have to either update or upgrade the iolib.termios dependency.

-- 
__Pascal J. Bourguignon__



------------------------------------------------------------------------------
_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.