Skip to content
/ wjl Public

A WIP programming language combining all the features I love from other languages, compiling to JavaScript

Notifications You must be signed in to change notification settings

wowjeeez/wjl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language design

  • Everything is an expression (if, match, else, for, while etc)
  • Variable declaration
    • var <name> <? : <type> ?> <? = <initializer expr> ?>
    • <? once ?> val <name> <? : <type> ?> = <initializer>

About

A WIP programming language combining all the features I love from other languages, compiling to JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages