Skip to content
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

Open
tungstengmd opened this issue Aug 10, 2024 · 3 comments
Open

How to install #115

tungstengmd opened this issue Aug 10, 2024 · 3 comments

Comments

@tungstengmd
Copy link

this might be a really dumb question but how would one get this on their pc

@daaku
Copy link
Owner

daaku commented Aug 10, 2024

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 bootstrap.js for preloading:

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

@tungstengmd
Copy link
Author

ah

@tungstengmd
Copy link
Author

tungstengmd commented Aug 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants