3.4 KiB
3.4 KiB
Programming Languages Repos
ympbyc/Carrot: Purely functional lisp featuring: default currying, left-associative s-expression, lazy evaluation, static type system, and statically determined multimethods.
- url: https://github.com/ympbyc/Carrot
- license: MIT (declared)
- topics: Lisp, Functional Programming, Programming Languages
.
c3d/xl: A minimalist, general-purpose programming language based on meta-programming and parse tree rewrites
- url: https://github.com/c3d/xl
- license: GPL-3.0
.
naver/tamgu: Tamgu (탐구), a FIL programming language: Functional, Imperative, Logical all in one for annotation and data augmentation
- url: https://github.com/naver/tamgu
- license: BSD-3-Clause
.
chrisdone/z: A strict, impure, curried, partially applied programming language with rather peculiar syntax.
- url: https://github.com/chrisdone/z
- license: BSD-3-Clause
.
egison/egison: The Egison Programming Language
- url: https://github.com/egison/egison
- license: MIT
.
samrushing/irken-compiler: Irken is a statically typed variant of Scheme. Or a lisp-like variant of ML.
- url: https://github.com/samrushing/irken-compiler
- license: BSD-2-Clause
- topics: Programming Languages, Lisp
.
Mesabloo/amethyst: A simple concatenative programming language
- url: https://github.com/Mesabloo/amethyst
- license: BSD-3-Clause
.
manuel/wat-js: Concurrency and Metaprogramming for JS
- url: https://github.com/manuel/wat-js
- license: MIT
.
dcurrie/wren: Language with a bytecode compiler that can run on computers with only a few kB of RAM.
- url: https://github.com/dcurrie/wren
- license: MIT
.
alehander92/Airtight: a python-like language with hindley-milner-like type system, which is compiled to c
- url: https://github.com/alehander92/Airtight
- license: MIT
.
clemahieu/mu: Mu is a modern, modular, system programming language and scripting toolchain
- url: https://github.com/clemahieu/mu
- license: BSD-2-Clause
.
xixixao/Shem: The compiler of the programming language Shem
- url: https://github.com/xixixao/Shem
- license: MIT
- topics: Programming Languages, Lisp, JavaScript
.
ncihnegn/miranda: Miranda is a pure, non-strict, polymorphic, higher order functional programming language designed by David Turner in 1983-6.
- see-also: https://codesync.global/media/open-sourcing-miranda-david-turner-code-mesh-v-2020-codemeshv2020/
- url: https://github.com/ncihnegn/miranda
- license: BSD-2-Clause
- topics: Programming Languages, Functional Programming
.
UnrealVerseGuru/VerseProgrammingLanguage: Verse Programming Language - Functional logic language developed by Epic Games - all informations, official resources and snippets
- url: https://github.com/UnrealVerseGuru/VerseProgrammingLanguage
- license: Unknown
- topics: Programming Languages, Functional Programming, Logic Programming, Game Development
.
pro465/rhokell: rho calculus + haskell thrown into the mixer
.
Danskydan/Hilltop: Hilltop is a text-based, general-purpose programming language and model that borrows concepts from spreadsheet programming.
.