Skip to content

FelixKiprono/felix

 
 

Repository files navigation

Felix is an advanced high performance statically typed scripting language.
It is as easy to run a program as Python:

flx filename

"just works". But underneath it generates highly optimised machine
binaries which outperform all interpreters, bytecode compilers,
virtual machines, and most compiled languages including C.
Felix is an aggressive inliner which performs whole program
analysis.

Features:

* generates highly optimised ISO C++
* advanced resource manager organises compilation and linkage
* often runs faster than C
* glueless binding to C and C++ libraries
* lightweight threads with channels
* asynchronous network I/O
* thread safe garbage collection
* strictly statically typed
* overloading
* first order parametric polymorphism
* polymorphism with constraints
* multitype Haskell style type classes
* type classes with real semantic specification
* semantics can be checked by theorem provers
* strong functional subsystem
* pattern matching
* first class function, sum, and product types
* Tre based regexp processing built in
* bindings to Gnu GMP and Gnu GSL included
* user definabled and inline extensible grammar
* builds on all platforms
* runs on all platforms
* open source FFAU (free for any use) licence

About

The Felix Programming Language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 47.9%
  • OCaml 15.7%
  • C++ 12.2%
  • HTML 10.4%
  • Python 6.2%
  • Shell 2.3%
  • Other 5.3%