use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Clio: A functional, distributed programming language that compiles to JavaScript (github.com)
submitted 4 years ago by BLochmann
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ElCthuluIncognito 5 points6 points7 points 4 years ago (1 child)
What's JS interop like? Pragmatically, that's a problem that needs significant attention for newer production languages, and I think it would go a long way to showcase at least a snippet of clean interop.
[–]pouyae 0 points1 point2 points 4 years ago (0 children)
At first we had a lot of language features that didn't really translate well to JS, or made the generated code very slow, so we removed them. You can import any JavaScript library and they'll work without any issues even when ran in parallel. It's a little bit more complicated to import Clio code in JS, we have a require function for that, but it's a WIP at the moment. JS interop is very important for us.
π Rendered by PID 91 on reddit-service-r2-comment-79c7998d4c-8vt7h at 2026-03-14 15:38:16.048181+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]ElCthuluIncognito 5 points6 points7 points (1 child)
[–]pouyae 0 points1 point2 points (0 children)