Felix Programming Language

Felix Programming Language is a high performance, statically typed scripting language.
Download

Felix Programming Language Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freely Distributable
  • Price:
  • FREE
  • Publisher Name:
  • skaller
  • Publisher web site:

Felix Programming Language Tags


Felix Programming Language Description

Felix Programming Language is a high performance, statically typed scripting language. Felix is an advanced Algol like procedural programming language with a strong functional subsystem. It features ML style typing, first class functions, pattern matching, garabge collection, polymorphism, and has built in support for high performance microthreading, regular expressions and context free parsing.The system provides a scripting harness so the language can be used like other scripting languages, but underneath it generates native code to obtain high performance.A key feature of the system is that it uses the C++ object model, and provides an advanced binding sublanguage to support integration with C++ at both the source and object levels, both for embedding C++ data types and functions into Felix, and for embedding Felix into exitsing C++ architectures.The Felix compiler is written in Objective Caml, and generates ISO C++ which should compile on any platform.Requirements:· Ocaml 3.08 to build the Felix compiler,· Python to run the build scripts,· A C++ compiler. The build script is preset to use GNU g++.InstallationTo bootstrap the build, type./configureon the command line to unpack the build scripts and makefile. You may need to edit the filesconfig/*.pyto suit your platform.You should now be able to:makemake docBecome superuser and typemake installto install the system, by default in /usr/local/lib/felix, the scripting driver harness in /usr/local/bin, and the man pages in /usr/local/man. If these install points are not suitable for your system, you'll have to edit the config/config.py file.What's New in This Release:· This version includes a complete rewrite of the configuration system to support two stage cross compilation modelling.· The source now builds out of the box on Linux, OSX, Cygwin, MinGW, and Win32.· A Debian package is now available in the Debian archive.· There are miscellaneous extensions to the standard library, significant performance improvements, enhancement of the code quotation mechanism, more C code annotations, and improvements to the type system.· The Web site now boasts a wiki and display of graphs comparing performance.


Felix Programming Language Related Software