Show HN: Dak – a Lisp like language that transpiles to JavaScript

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • eslisp

    un-opinionated S-expression syntax and macro system for JavaScript

  • Looks interesting. I hope to start using an s-expression based version of javascript after I get more familiar with the latter.

    Maybe you also want to consider comparing Dak to other attempts in this direction in order to help generate more interest in your work:

    https://github.com/anko/eslisp/blob/master/doc/comparison-to...

  • squint

    Light-weight ClojureScript dialect

  • Interesting, in the CLJS space we recently got two new libraries in this space:

    https://github.com/squint-cljs/squint Which is a thin layer on top of JS

    https://github.com/squint-cljs/cherry Which is closer to CLJS semantics and data structures but compiles to .mjs files without any advanced optimizations etc.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • cherry

    Experimental ClojureScript to ES6 module compiler

  • Interesting, in the CLJS space we recently got two new libraries in this space:

    https://github.com/squint-cljs/squint Which is a thin layer on top of JS

    https://github.com/squint-cljs/cherry Which is closer to CLJS semantics and data structures but compiles to .mjs files without any advanced optimizations etc.

  • lumen

    A Lisp for Lua and JavaScript (by sctb)

  • Where h is the raw function for hyperapp, not a macro.

    I'd intended to develop my own mini-lisp with the same syntax, but got sidetracked by other projects. Maybe someday I'll get back to it. (Currently, I'm deep in the weeds trying to learn how to write a dependent typed language that compiles to javascript.)

    [0]: https://github.com/sctb/lumen

  • hyperapp

    1kB-ish JavaScript framework for building hypertext applications

  • dak

    Dak is a Lisp like language that transpiles to JavaScript.

  • I'm enjoying reading your transpiler[0], especially how well you use generator functions. Currently I'm building a similar language in a more opinionated object-oriented style, yet I still find yours inspiring.

    0. https://github.com/daaku/dak/blob/main/packages/transpiler/s...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Pinball implemented using Squint, a ClojureScript dialect

    2 projects | news.ycombinator.com | 17 Nov 2023
  • Microsoft office addins with cljs?

    2 projects | /r/Clojure | 6 Feb 2023
  • hot reloading squint, what do you use?

    1 project | /r/Clojure | 12 Jul 2023
  • Sci: Configurable Clojure/Script interpreter suitable for scripting

    1 project | news.ycombinator.com | 30 Jun 2023
  • In what modern cloud envs is ClojureScript suitable?

    2 projects | /r/Clojurescript | 3 Jun 2023