guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Switching to ECMAscript


From: Thompson, David
Subject: Re: Switching to ECMAscript
Date: Tue, 1 Apr 2014 14:48:32 -0400

On Tue, Apr 1, 2014 at 10:07 AM, Andreas Enge <address@hidden> wrote:
> Hello,
>
> this is quite outrageous, and if you decide to follow this road, I am certain
> to quit the project, and maybe even fork it.
>
> I agree that the choice of using Scheme/Guile was maybe made in a hurry and
> prematurely. Scheme dialects seem to follow the paradigm "one language, one
> programmer" - at the Chaos Communication Congress, I did not meet two people
> at the Lisp table programming in the same dialect! With our number of contri-
> butors, we have already quite transgressed on this rule. Also, the functional
> paradigm is a bit dated. Admittedly, we have package "objects", inheriting
> from others, but this feels a bit like an add-on to modernise the language.
>
> However, there are much more reasonable choices than Ecmascript, with its
> quirky object model, and whose functional features imply that maybe we would
> not completely get rid of the past. Personally, I think we should switch to
> Python.
>
> Among my teaching colleagues, this is now the language of choice - just about
> everybody uses it! So I think that on the way to world domination, which we
> should strive for, this will give us lots of opportunity (and set a positive
> precedent in the GNU project, which could also use such a modernising boost).
> Personally, getting a grasp on Python would be very helpful for me and serve
> as an introduction to Sage, the major free mathematics software regrouping
> more or less all such free software under one umbrella.
>
> Python is a modern programming language, and I think that also from an equal
> opportunity point of view it would be a good choice: While Lisp is a left-
> over from a time where computer science was essentially at the reach of
> white males in the developed world, a switch could be seen as a step towards
> a more inclusive environment (notice, for instance, that the OLPC Sugar
> environment is written in Python).
>
> It is unfortunate that also Nix prepares a switch to Ecmascript; while
> I consider it a positive sign that they envision an alternative language,
> maybe there is still the possibility of convincing them of the merits of
> Python; we might even join forces and form one community.
>
> What do you think?
>
> Andreas
>
>

Andreas,

I think that you are on to something with Python.  It is more widely
used in systems programming on GNU/Linux than any Lisp dialect or even
ECMAScript.  However, I don't think Python is the complete answer.  I
don't think that we should discard the elegance and simplicity of
s-expressions and the power of macros so hastily.  Therefore, I
suggest we seriously consider using Hy[0].

Hy is a Lisp dialect that is embedded in Python.  Using Hy we can get
the best of both worlds.  We'll have Python's extensive collection of
libraries and object oriented programming features at our disposal
without sacrificing s-expressions and macros.

Ludovic mentioned that we would have to implement Python in Guile, but
I think that since we're rewriting the code anyhow, we can eschew
Guile in favor of CPython.  Guile has served us well up to this point,
but it looks like it's just not going to scale.  I think that 1 year
would be plenty of time to make this change as well.

Thoughts?

- Dave

[0] Hy http://hylang.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]