jspp icon indicating copy to clipboard operation
jspp copied to clipboard

JS++, a sound static/dynamic programming language for web development

Results 1 jspp issues
Sort by recently updated
recently updated
newest added

Could JSPP perhaps adopt support for TypeScript syntax, but keep having it's own type system? For example, imagine if we could write ```js const n: int = 123 ``` using...