Janet – a Lisp-like functional, imperative programming language
1–10 of 143 posts
Re: Janet – a Lisp-like functional, imperative programming language
#2https://news.ycombinator.com/item?id=28255116 (August 2021) [114 Comments]
https://news.ycombinator.com/item?id=23164614 (May 2020) [269 Comments]
Re: Janet – a Lisp-like functional, imperative programming language
#3Re: Janet – a Lisp-like functional, imperative programming language
#4Why use this over Chicken Scheme?
Re: Janet – a Lisp-like functional, imperative programming language
#5Re: Janet – a Lisp-like functional, imperative programming language
#6Re: Janet – a Lisp-like functional, imperative programming language
#7Re: Janet – a Lisp-like functional, imperative programming language
#8Anything new happen with Janet? https://news.ycombinator.com/item?id=28255116 (August 2021) [114 Comments] https://news.ycombinator.com/item?id=23164614 (May 2020) [269 Comments]
- Threaded channels `ev/thread-chan` (`thread` has been deprecated [and removed in latest version [[1.18]]])
- JPM (Janet Package Manager) is now separate, not distributed together with Janet anymore
- Janet binary can directly run image files with `-i`
Re: Janet – a Lisp-like functional, imperative programming language
#9Why use this over Chicken Scheme?
Re: Janet – a Lisp-like functional, imperative programming language
#10Why use this over Chicken Scheme?
Janet makes a good system scripting language, or a language to embed in other programs. It's like Lua and Guile in that regard. It has more built-in functionality and a richer core language than Lua, but smaller than GNU Guile or Python.