Easy-ISLisp: ISLisp interpreter/compiler
github.com
Easy-ISLisp: ISLisp interpreter/compiler
1–10 of 10 posts
Re: Easy-ISLisp: ISLisp interpreter/compiler
#2"I hope that Lisp will become more popular. I hope many people enjoy it. EISL aims to be user-friendly."
other lisps work towards a similar goal. racket, for example, has:
- a large standard library
- extensive documentation
- a full-fledged IDE built in the language including a visual step debugger
- a package manager supplying a large ecosystem of community libraries
- numerous introductory programming books written about the language, and the language includes a compatibility mode for SICP
in what ways is Easy-ISLisp an improvement in terms of user-friendliness?
Re: Easy-ISLisp: ISLisp interpreter/compiler
#3the project's stated goal is: "I hope that Lisp will become more popular. I hope many people enjoy it. EISL aims to be user-friendly." other lisps work towards a similar goal. racket, for example, has: - a large standard library - extensive documentation - a full-fledged IDE built in the language including a visual step debugger - a package manager supplying a large ecosystem of community libraries - numerous introdu…
Re: Easy-ISLisp: ISLisp interpreter/compiler
#4the project's stated goal is: "I hope that Lisp will become more popular. I hope many people enjoy it. EISL aims to be user-friendly." other lisps work towards a similar goal. racket, for example, has: - a large standard library - extensive documentation - a full-fledged IDE built in the language including a visual step debugger - a package manager supplying a large ecosystem of community libraries - numerous introdu…
Re: Easy-ISLisp: ISLisp interpreter/compiler
#5the project's stated goal is: "I hope that Lisp will become more popular. I hope many people enjoy it. EISL aims to be user-friendly." other lisps work towards a similar goal. racket, for example, has: - a large standard library - extensive documentation - a full-fledged IDE built in the language including a visual step debugger - a package manager supplying a large ecosystem of community libraries - numerous introdu…
If I had to guess, perhaps it is friendly because the code is mostly portable between various lisps? At least that seems to be its mission according to [1]. [1]: https://en.wikipedia.org/wiki/ISLISP
Re: Easy-ISLisp: ISLisp interpreter/compiler
#6the project's stated goal is: "I hope that Lisp will become more popular. I hope many people enjoy it. EISL aims to be user-friendly." other lisps work towards a similar goal. racket, for example, has: - a large standard library - extensive documentation - a full-fledged IDE built in the language including a visual step debugger - a package manager supplying a large ecosystem of community libraries - numerous introdu…
Re: Easy-ISLisp: ISLisp interpreter/compiler
#7the project's stated goal is: "I hope that Lisp will become more popular. I hope many people enjoy it. EISL aims to be user-friendly." other lisps work towards a similar goal. racket, for example, has: - a large standard library - extensive documentation - a full-fledged IDE built in the language including a visual step debugger - a package manager supplying a large ecosystem of community libraries - numerous introdu…
Racket's got lots of interesting features; but it seems to be focused on teaching and programming language experimentation. Does anyone use Racket in production? (Genuinely curious.)
Re: Easy-ISLisp: ISLisp interpreter/compiler
#8the project's stated goal is: "I hope that Lisp will become more popular. I hope many people enjoy it. EISL aims to be user-friendly." other lisps work towards a similar goal. racket, for example, has: - a large standard library - extensive documentation - a full-fledged IDE built in the language including a visual step debugger - a package manager supplying a large ecosystem of community libraries - numerous introdu…
Racket's got lots of interesting features; but it seems to be focused on teaching and programming language experimentation. Does anyone use Racket in production? (Genuinely curious.)
Re: Easy-ISLisp: ISLisp interpreter/compiler
#9Re: Easy-ISLisp: ISLisp interpreter/compiler
#10the project's stated goal is: "I hope that Lisp will become more popular. I hope many people enjoy it. EISL aims to be user-friendly." other lisps work towards a similar goal. racket, for example, has: - a large standard library - extensive documentation - a full-fledged IDE built in the language including a visual step debugger - a package manager supplying a large ecosystem of community libraries - numerous introdu…