[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Choosing a programming language for a web project
From: |
John Cowan |
Subject: |
Re: [Chicken-users] Choosing a programming language for a web project |
Date: |
Sat, 29 Sep 2007 21:32:46 -0400 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Jean-Philippe Théberge scripsit:
> I guess (but maybe I'm wrong) that in some case, code written directly in
> C will be better than the C generated by chicken.
Floating-point code is not good, it's true, because Chicken boxes all
floats, but Web development doesn't need much of that. Integer processing
loses something by being in Chicken, but almost everything else is about
as good in Chicken as in C, I'd say.
> How is the readeability of the chicken generated C?
I would say that you can eventually decipher it with practice, but it
is certainly not meant for readability. Furthermore, each Scheme procedure
is broken into many C procedures with arbitrary names.
--
First known example of political correctness: John Cowan
After Nurhachi had united all the other http://www.ccil.org/~cowan
Jurchen tribes under the leadership of the address@hidden
Manchus, his successor Abahai (1592-1643)
issued an order that the name Jurchen should --S. Robert Ramsey,
be banned, and from then on, they were all The Languages of China
to be called Manchus.
- [Chicken-users] Choosing a programming language for a web project, Jean-Philippe Théberge, 2007/09/29
- Re: [Chicken-users] Choosing a programming language for a web project, Peter Bex, 2007/09/29
- Re: [Chicken-users] Choosing a programming language for a web project, John Cowan, 2007/09/29
- Re: [Chicken-users] Choosing a programming language for a web project, Jean-Philippe Théberge, 2007/09/29
- Re: [Chicken-users] Choosing a programming language for a web project,
John Cowan <=
- Re: [Chicken-users] Choosing a programming language for a web project, Kon Lovett, 2007/09/29
- Re: [Chicken-users] Choosing a programming language for a web project, Matthew Welland, 2007/09/29
Re: [Chicken-users] Choosing a programming language for a web project, Kon Lovett, 2007/09/29