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 WebDSL #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ Wasp (Web Application Specification Language) is a declarative DSL (domain-speci

Website: https://wasp-lang.dev/

** [[https://webdsl.org/page/Manual][WebDSL]]

WebDSL is an imperative OOish programming language with features directly representing Web development-related concepts (such as DB-backed entities, pages, forms, authentication and authorisation, etc.). This naturally provides rapid Web application development capabilities. The language is built with the [[https://www.spoofax.dev/][Spoofax Language Workbench]] (which in turn provides rapid /programming languages/ development capabilities :)).

GitGub repo: https://github.com/webdsl/webdsl

** [[https://github.com/jckarter/clay][Clay]]
Clay is a programming language designed for Generic Programming.

Expand Down