-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install #115
Comments
It's not a dumb question because it's currently janky as I started some work on the master branch but have not continued it. To experiment with what's in master for server side code, you'll need to use bun, and grab curl -O https://raw.githubusercontent.com/daaku/dak/main/src/bootstrap.mjs
echo '(console.log :hello-world)' > hello.dak
bun --preload=./bootstrap.mjs hello.dak |
ah |
i see a lot of potential in this btw, however i recommend adding syntactic sugar like haskell or clojure, maybe even fennel if you wanna look at a similar exolisp |
this might be a really dumb question but how would one get this on their pc
The text was updated successfully, but these errors were encountered: