SaaSHub helps you find the best software and product alternatives Learn more →
Zuo Alternatives
Similar projects and alternatives to zuo
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
vonuvoli-scheme
vonuvoli Scheme -- an R7RS interpreter written in Rust focused on systems programming and scripting (i.e. processes, file-system, etc.) with performance and safety in mind
-
zuo discussion
zuo reviews and mentions
-
Pollen: A publishing system written in Racket
Pollen is great. I wish it was more widely used. One of the only reasons I don't use it for most things is that adding the whole of Racket as a dependency comes across as a little much.
One of my "one day..." projects is to try and reimplement a subset of Pollen using https://github.com/racket/zuo which I think would make it much easier to integrate as a much smaller dependency. But maybe the whole budget is blown by using a Lisp in the first place. :)
In any case, if you've ever had to write a technical manual before, I think you should give Pollen a try. It has much more general answers to a lot of problems.
-
Zuo: A Tiny Racket for Scripting
https://github.com/racket/zuo/blob/main/local/tree.zuo is a pretty good example.
It’s nothing like Bash; it’s a Lisp dialect.
The obvious comparison is Lua, which is generally the standard embedded language people use when a scripting language needs to be tiny. I compared its size; Zuo is 55% the size of Lua, so apples to apples, Zua is only a little over half the size of Lua. On the other hand, Lua uses a Pascal like syntax which is a good deal more Bash like than Zuo.
- Give me your ideas and hints
-
What type of projects is Racket best suited for?
There is a new addition to the racket family; ‘Zuo: A Tiny Racket for Scripting’ that is also suitable embedding in another application.
-
New Racket Build System
Looks like the build system will be using Zuo.
https://github.com/racket/zuo/
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Dec 2024
Stats
racket/zuo is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of zuo is C.