diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2000-November/000073.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2000-November/000073.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/pipermail/nel/2000-November/000073.html b/pipermail/nel/2000-November/000073.html new file mode 100644 index 00000000..3f993b80 --- /dev/null +++ b/pipermail/nel/2000-November/000073.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [offtopic] distributed scripting language (was: Re: [Nel] Distributed server algo)</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:David.Mentre%40irisa.fr"> + <LINK REL="Previous" HREF="000072.html"> + <LINK REL="Next" HREF="000067.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[offtopic] distributed scripting language (was: Re: [Nel] Distributed server algo)</H1> + <B>David Mentre</B> + <A HREF="mailto:David.Mentre%40irisa.fr" + TITLE="[offtopic] distributed scripting language (was: Re: [Nel] Distributed server algo)">David.Mentre@irisa.fr</A><BR> + <I>30 Nov 2000 08:59:54 +0100</I> + <P><UL> + <LI> Previous message: <A HREF="000072.html">[Nel] Distributed server algo</A></li> + <LI> Next message: <A HREF="000067.html">[Nel] pointers on documentation?</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#73">[ date ]</a> + <a href="thread.html#73">[ thread ]</a> + <a href="subject.html#73">[ subject ]</a> + <a href="author.html#73">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Thierry Mallard <<A HREF="mailto:thierry@mallard.com">thierry@mallard.com</A>> writes: + +><i> I'm now trying to implement a STAGE server (see projet Worldforge[1]), +</I>><i> with the help of Mickael Remond, using Erlang[2], a functionnal +</I>><i> language which does has nice features about distribution. +</I> +You could also have a look at Objective Caml[1]. It is a functionnal +language (ML style with type inference for those interested) but with +modules and object oriented capabilities. It has not pre-build +distributed facilities but toolkits have been built on it, like +Ensemble[2]. + +On Erlang, one thing to notice is that reliability is in charge of the +programmer. But maybe your are involved in some other projects using +Erlang. ;) + +><i> Maybe that could be worth a look, although I'm still not sure an +</I>><i> interpreted language is really usable for something like NeL or +</I>><i> STAGE... +</I> +OCaml can be compiled in both bytecode and native code for about any +platform (from ARM to Alpha through x86 [2b]). And people have made +hacks to dynamically load bytecode and native code into +programs[3]. Also notice that bytecode is portable across platforms. + +Sorry if it is a bit of topic, but I could not resist for this blatant +advertising. ;) And maybe NeL will have more that just Python support... + +Best regards, +d. + +[1] <A HREF="http://caml.inria.fr/">http://caml.inria.fr/</A> +[2] <A HREF="http://www.cs.cornell.edu/Info/Projects/Ensemble/index.html">http://www.cs.cornell.edu/Info/Projects/Ensemble/index.html</A> +[2b] <A HREF="http://caml.inria.fr/ocaml/portability.html">http://caml.inria.fr/ocaml/portability.html</A> +[3] <A HREF="http://caml.inria.fr/archives/200011/msg00180.html">http://caml.inria.fr/archives/200011/msg00180.html</A> +-- + <A HREF="mailto:David.Mentre@irisa.fr">David.Mentre@irisa.fr</A> -- <A HREF="http://www.irisa.fr/prive/dmentre/">http://www.irisa.fr/prive/dmentre/</A> + Opinions expressed here are only mine. + +</pre> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000072.html">[Nel] Distributed server algo</A></li> + <LI> Next message: <A HREF="000067.html">[Nel] pointers on documentation?</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#73">[ date ]</a> + <a href="thread.html#73">[ thread ]</a> + <a href="subject.html#73">[ subject ]</a> + <a href="author.html#73">[ author ]</a> + </LI> + </UL> +</body></html> |