Ketos
Lisp dialect scripting and extension language for Rust programs (by murarth)
orion
Orion is a high level, purely functional programming language with a LISP based syntax. (by Wafelack)
Our great sponsors
Ketos | orion | |
---|---|---|
3 | 10 | |
719 | 226 | |
- | -0.9% | |
0.0 | 0.0 | |
over 1 year ago | 3 months ago | |
Rust | Rust | |
Apache License 2.0 | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Ketos
Posts with mentions or reviews of Ketos.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-22.
-
Ketos: Lisp dialect scripting and extension language for Rust programs
I messed around with and contributed to this project a bit. The biggest challenge I saw in day to day usage was that line numbers aren't included in error messages: https://github.com/murarth/ketos/issues/11
-
Orion, a purely functionnal Lisp written in Rust.
How does this compare to Ketos?
orion
Posts with mentions or reviews of orion.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-09.
-
Vim Lisp, a LISP like language created to make Vim configuration more pleasant to do.
When my language VM will be finished, I plan to make this project a library of it. It is not a real LISP, I picked the syntax in Scheme and concepts from OCaml, but I think it could be good for that use case.
-
Orion, a purely functionnal Lisp written in Rust.
Might be because it uses a tree-walking interpreter.
If I am reading the source right, it copies everything, which is not really beneficial for performance.
What are some alternatives?
When comparing Ketos and orion you can also consider the following projects:
Rhai - Rhai - An embedded scripting language for Rust.
dyon - A rusty dynamically typed scripting language
goscript - An alternative implementation of Golang specs, written in Rust for embedding or wrapping.
aniseed - Neovim configuration and plugins in Fennel (Lisp compiled to Lua)
gluon - A static, type inferred and embeddable language written in Rust.
rascal - A simple Pascal interpreter written in rust.
guile-sys - Low-level rust bindings to guile
lisp - A lisp JIT compiler and interpreter built with cranelift.
mun - Source code for the Mun language and runtime.
vinel - VINEL Is Not Emacs Lisp - Lisp dialect compiling to Vim Script.
rlua - High level Lua bindings to Rust
calcit - Lisp compiling to JavaScript ES Modules