Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbqbaron/cluby
https://github.com/bbqbaron/cluby
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbqbaron/cluby
- Owner: bbqbaron
- Created: 2023-09-16T03:19:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T12:15:25.000Z (over 1 year ago)
- Last Synced: 2024-12-20T00:24:02.370Z (about 1 month ago)
- Language: Clojure
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cluby
Clojure _syntax_ to Ruby transpiler.
Largely Ruby semantics, data structures, and stdlib.
Transpiles a _very_ limited and probably confusing set of Clojure stdlib behaviors to Ruby:
* variadic operators
* `when` as `if`Huge swathes of both languages totally unaddressed. Covered enough of Ruby to use for scripting a game that didn't use classes, lambdas, or many other Ruby features.