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

Add demo to github-pages #6

Open
cxxxr opened this issue Jan 25, 2020 · 2 comments
Open

Add demo to github-pages #6

cxxxr opened this issue Jan 25, 2020 · 2 comments

Comments

@cxxxr
Copy link
Owner

cxxxr commented Jan 25, 2020

No description provided.

@kasajian
Copy link

kasajian commented Apr 3, 2020

It's no longer impressive to simply transpile a language to JavaScript. Not in the age of webassembly.
The first big question is how big is the payload on the JavaScript side? Is there a large "runtime" embedded even for the smallest pay load? Your competing with Svelte

@cxxxr
Copy link
Owner Author

cxxxr commented Apr 4, 2020

It's no longer impressive to simply transpile a language to JavaScript.

I'm with you.
Translate to javascript is just a means to use Common Lisp on browser.

The valtan footprint is one of the challenges.
Currently the output size of JS will be several MB.
Clojurescript can be reduced to several KB by using the closure compiler, so I would like to refer to this.

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