-
writeonly.pl
- Katowice
- writeonly.pl
- @TheKamilAdam
Lists (3)
Sort Name ascending (A-Z)
- All languages
- ANTLR
- Ada
- Agda
- Arduino
- Assembly
- AutoHotkey
- BQN
- Befunge
- Brainfuck
- C
- C#
- C++
- CLIPS
- CSS
- Chapel
- Clojure
- CoffeeScript
- Common Lisp
- Coq
- Crystal
- Cuda
- Curry
- D
- Dhall
- Dockerfile
- Dylan
- Earthly
- Elixir
- Elm
- Emacs Lisp
- Erlang
- F#
- F*
- Factor
- Forth
- Fortran
- Frege
- GDScript
- Genie
- Gherkin
- Gleam
- Go
- Groovy
- HTML
- Haml
- Haskell
- Haxe
- HolyC
- Idris
- Jasmin
- Java
- JavaScript
- Jsonnet
- Jupyter Notebook
- Koka
- Kotlin
- LLVM
- LOLCODE
- LiveScript
- Lua
- M
- M4
- MAXScript
- MDX
- Makefile
- Markdown
- Mustache
- Nemerle
- Nim
- Nix
- OCaml
- OpenEdge ABL
- PHP
- PLpgSQL
- Pascal
- Perl
- Prolog
- PureScript
- Python
- Racket
- Ragel
- Raku
- ReScript
- Reason
- Rebol
- Red
- Rocq Prover
- Roff
- Ruby
- Rust
- SCSS
- Scala
- Scheme
- Shell
- Shen
- Standard ML
- Starlark
- Swift
- TSQL
- Tcl
- TeX
- Text
- Thrift
- TypeScript
- V
- VBA
- VBScript
- VHDL
- Vala
- Verilog
- Vim Script
- Vue
- WebAssembly
- Witcher Script
- Yacc
- Zig
- jq
- nesC
Starred repositories
Turnstyle is a graphical esoteric programming language based on lambda calculus
A meta-language for Go that adds Result types, error propagation (?), and pattern matching while maintaining 100% Go ecosystem compatibility
minimalist pure lazy functional programming language (pythonic haskell)
Abstract krivine machine implementing call-by-name semantics. In OCaml.
Version of miniKanren I normally use. Has ==, =/=, symbolo, numbero, generalized absento constraints.
A fast implementation of miniKanren with disequality and absento, compatible with Racket and Chez.
Learning Haskell for the first time and using it to write a simple C compiler
Modern Compiler Implementation in ML, in Haskell
Interpreter for Nano (condensed version of Haskell)
MiniHaskell compiler and interpreter with a Lucid-like dataflow IR
Interpreters for lambda calculus, calculus of constructions, and other languages
a brainfuck interpreter supporting linux syscalls with an example HTTP server
Haskell 98 monad transformer adding a phantom type argument
Kan extensions, Kan lifts, the Yoneda lemma, and (co)monads generated by a functor
A convenient script that generates a fully decked haskell project in a matter of seconds!
Free monads, Cofree comonads, Yoneda and Coyoneda functors, and the Trampoline monad.
haskell-implementations / uhc
Forked from UU-ComputerScience/uhcThe Utrecht Haskell Compiler (UHC)
haskell-implementations / duet
Forked from chrisdone-archive/duetA Haskell 98 subset (type classes, data types) based on THIH