Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: skaller <skaller@users.sourceforge.net>
To: caml-list <caml-list@inria.fr>
Subject: [Caml-list] Felix 1.0.6 released
Date: 25 Apr 2004 06:55:56 +1000	[thread overview]
Message-ID: <1082840154.9537.148.camel@pelican.wigram> (raw)

I have created a new tarball for version 1.0.6 of the
Felix programming language here:

http://felix.sourceforge.net/download.html
http://felix.sourceforge.net/flx_1.0.6_src.tgz

and would appreciate if a few people would try to build it
on any Unix like platform to help iron out build bugs.
So far it has built on Linux and OSX, but there are
still likely to be some g++ and libc portability issues.
I have one report of a Cygwin build of an earlier version.

Requires: Python 1.5.2 or above,
Ocaml 3.07 or current CVS version, C++ compiler
(preferably recent g++).

Native code version should build if available,
bytecode is then optional. Bytecode should build
if native code compiler isn't available.

A native Windows port should be possible
but would require a considerable investment
of time and effort at this stage.

Brief description: Felix is an Algol like
strongly typed procedural programming language with a 
strong purely functional subsystem, including 
first class functions, pattern matching, variants, 
recursion, and (currently only) compile time 
parametric polymorphism.

A scripting harness is used to provide convenience
of rapid prototyping engines like Python, but the output
is fully compiled binary not bytecode. Version 1.0.6
now supports both dynamic loading and static linkage.

Felix uses arbitrary first class existing C/C++ 
types and functions as primitives and therefore
does not require any complex library bindings.

Cooperative multi-tasking is built into the system
allowing code to be written in a threaded style whilst
retaining the the high performance of an event-driven 
programming model.

The target market is: middleware applications,
existing C/C++ frameworks, systems which require
extensive binding to existing C/C++ libraries,
and those which require a high performance
event driven dispatching model. Numerical
programming may also benefit from the expanded
typing and seamless binding technology.

-- 
John Skaller, mailto:skaller@users.sf.net
voice: 061-2-9660-0850, 
snail: PO BOX 401 Glebe NSW 2037 Australia
Checkout the Felix programming language http://felix.sf.net



-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


                 reply	other threads:[~2004-04-24 20:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1082840154.9537.148.camel@pelican.wigram \
    --to=skaller@users.sourceforge.net \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox