#
functional-language
Here are 104 public repositories matching this topic...
evhub
commented
Jul 13, 2021
coconut src dst --and src2 dst2 --and src3 dst3 --target x.y
should be equivalent to
coconut src dst --target x.y
coconut src2 dst2 --target x.y
coconut src3 dst3 --target x.y
and also enable --jobs
to do all the compilation simultaneously.
Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
compiler
functional-programming
book
lambda-calculus
evaluation
type-theory
type
pdf-book
type-checking
haskel
type-system
functional-language
hindley-milner
type-inference
intermediate-representation
-
Updated
Jan 11, 2021 - Haskell
A dynamic language and bytecode vm
-
Updated
Jul 24, 2021 - C
a language for making art using mathematics
language
creative-coding
csg
generative-art
signed-distance-field
functional-language
3d
solid-modeling
function-representation
-
Updated
Jul 17, 2021 - C++
A Learning Path for Functional Programming
javascript
ruby
clojure
functional
js
functional-programming
functional-languages
functional-testing
functional-js
functional-language
functional-ruby
-
Updated
Jan 31, 2021 - Clojure
Full-blown preprocessor metaprogramming
c
language
programming-language
interpreter
cpp
functional-programming
c99
metaprogramming
macros
fp
cpp11
header-only
functional-language
embedded-language
metalang99
-
Updated
Jul 24, 2021 - C
Never: statically typed, embeddable functional programming language.
language
programming-language
compiler
functional-programming
virtual-machine
scripting-language
compilers
functional-language
-
Updated
Jun 12, 2021 - C
1
SquidDev
commented
Nov 15, 2019
Features
- Code folding: This should be pretty easy - just walk over any "large" definitions and offer to fold them to a single line.
- Type at cursor/Type tooltip.
- Completion
- Document highlight: This should just be composed of "find this symbol" and then "walk the entire resolved tree".
- Go to definition: The nicest approach to this mi
Open
String functions
Wafelack
commented
Jun 6, 2021
Add functions for string mainuplation in the builtins and in the standard library.
Here a non exhaustive list:
strlen
@
substr
strcat
split
replace
Of course do not forget to add documentation for every function.
desktop-app
game
gamedev
haskell
functional
purescript
native
game-engine
cpp
functional-programming
video-game
game-development
cpp11
bindings
native-apps
functional-reactive-programming
panda3d
functional-language
purescript-native
indiegame
-
Updated
Jun 13, 2019 - PureScript
An imperative and functional programming language
cpu
compiler
gpu
simd
vectorization
functional-language
domain-specific-language
continuation-passing-style
imperative-programming-language
partial-evaluators
-
Updated
Jul 22, 2021 - C++
a tiny FUNCITONAL LANGUAGE implemented by javascript. 一个函数式语言,使用 js 实现。
-
Updated
Aug 22, 2018 - JavaScript
Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples.
cats
dart
functional
functional-programming
flutter
functional-language
functional-programming-examples
dartlang
fp-ts
flutter-package
dart-package
dart-functional
dart-functional-programming
flutter-functional
fpdart
-
Updated
Jul 22, 2021 - Dart
-
Updated
Jul 23, 2021 - Dart
Programming language meant to make exploratory programming safer and faster
programming-language
development
functional
programming
interpreter
compiler
functional-programming
procedural
software-development
functional-language
general-purpose
strongly-typed
practical
imperative
homoiconic
procedural-programming
multi-paradigm
imperative-programming
dynamically-typed
functional-core
-
Updated
Jun 27, 2021 - C
A fragmentary bidirectional type system as a Python library
-
Updated
Oct 29, 2018 - Python
A typed, polyglot, functional language
language
programming-language
interoperability
polyglot
code-generation
ontologies
type-system
functional-language
-
Updated
Jul 16, 2021 - Haskell
Compiler for type theoretic lambda calculi equipped with system primtives which compiles side-effecting, strict expressions into efficient LLVM IR.
-
Updated
Jul 27, 2019 - Haskell
A statically typed functional programming language.
-
Updated
Jul 24, 2021 - Haskell
Make complex Ray Marching SDF objects using nodes with the Material Maker editor and this library
procedural-generation
glsl
csg
signed-distance-field
sdf
nodes
functional-language
signed-distance-functions
3d
raymarching
nodebased
material-maker
-
Updated
Jul 7, 2021
Functional visual programming language with FRP for multimedia
visual-programming-language
functional-reactive-programming
frp
functional-language
visual-programming
multimedia-processing
-
Updated
Jun 27, 2021 - C++
Curly programming language
-
Updated
Jan 8, 2021 - C
Math functional language, inspired by Hewlett-Packard Reverse Polish Notation (RPL) language
-
Updated
Mar 2, 2019 - C++
This repo was moved to the programming language theory repo: https://github.com/leandrotk/programming-language-theory
javascript
front-end
js
frontend
functional-programming
functional-languages
functional-js
functional-language
-
Updated
Aug 2, 2020 - JavaScript
PolyRPC, A multi-tier functional programming language
-
Updated
Jul 24, 2021 - Haskell
Purely functional programming language with an ultra minimalist syntax that uses prefix notation to apply functions and operators within expressions.
language
programming-language
functional-programming
notation
complex
pseudocode
polish-notation
functional-language
operand
concatenation
comparison-operators
prefix-notation
arithmetic-operators
jan
characteristics
-
Updated
Apr 8, 2019 - Java
A stack-based, interpreted programming language implemented in livescript.
-
Updated
Sep 11, 2016 - LiveScript
Improve this page
Add a description, image, and links to the functional-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the functional-language topic, visit your repo's landing page and select "manage topics."
Follow-up issue to ocaml/ocaml#10275 (comment), noting CompCert's manual.