Hacker Read
top
|
best
|
new
|
newcomments
|
leaders
|
about
|
bookmarklet
login
arunix | karma 140 | avg karma 0.87
2022-08-05 04:28:03
|
next
[–]
update item
What's the difference between this and Clojurescript?
reply
view as:
tree
latest_first
Borkdude | karma 1695 | avg karma 6.4
2022-08-05 04:31:06
|
next
[–]
similar comments
The main difference is that nbb lets you execute a .cljs file straight away, without a compilation step. As such, it doesn't need any JVM tooling. You can create an AWS Lambda with only a couple of lines of code:
https://blog.michielborkent.nl/aws-lambda-nbb.html
reply
cutler | karma 3121 | avg karma 1.32
2022-08-05 04:50:49
|
next
[–]
similar comments
What are the language differences. What's missing in SCI's subset? Just Java stuff like deftype?
reply
Borkdude | karma 1695 | avg karma 6.4
2022-08-05 05:03:36
|
next
[–]
similar comments
Multimethods are fully supported. Protocols, defrecord and deftype are supported with some caveats.
reply
Legal
|
privacy
reply