Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

I want to ask you All an advice, please

1 view
Skip to first unread message

Kenny Tilton

unread,
Nov 12, 2002, 2:07:32 PM11/12/02
to
Bengt Richter wrote:
> On 12 Nov 2002 13:40:33 +1100, "Artiom Ivanov" <rare...@ua.fm> wrote:
>
>
>>...I know already C/C++, Ada, Java, Delphi (Object Pascal), a
>>little of Common Lisp, UML, HTML, JavaScript and a base of XML and Visual
>>Basic...
>
> I think you should learn Python (see www.python.org). I predict it will
> rapidly become your favorite language.

No, he already knows a little Common Lisp, so he won't be able to deal
with such a primitive approach to garbage collection. Look at the effort
required to handle cyclic references:

http://www.python.org/doc/api/supporting-cycle-detection.html

Artiom, finish learning Common Lisp, http://www.alu.org, then you will
be in the best position to decide which features you are most able to
tolerate living without when you pick your career language (while
keeping your eye open for Lisp positions). Here are the features I would
not want to give up:

- interactive development (no linking, compile individual functions, the
REPL which only seems like an interpreter)
- speed (optimize-compiled to machine code)
- decent GC (transparent, efficient)
- macros (procedural, not just token-replacing)
- multiple-inheritance and all the other features of CLOS, the OO package
- generic functions
- &key, &rest, and &optional args
- standardized (as in ANSI)
- mature (as in stable)
- closures
- special variables
- (sexpr notation (as in parentheses))
- automatic indentation by the editor
- restarts from a backtrace
- OO condition system
- four or more vendors, free trial versions, several free projects

Once you know why each of those is cool, you'll do a better job of
picking the least abysmal alternative. (Hint: I have personal knowledge
of Lispers who have found happiness in Python or JavaScript.)

--

kenny tilton
clinisys, inc
---------------------------------------------------------------
""Well, I've wrestled with reality for thirty-five years, Doctor,
and I'm happy to state I finally won out over it.""
Elwood P. Dowd

Tim Lavoie

unread,
Nov 13, 2002, 10:59:12 AM11/13/02
to
>>>>> "Sebastian" == Sebastian Seck <se...@bci-gmbh.de> writes:

Sebastian> ouch... hey, common: delphi is widely used,
Sebastian> afaik... ;)

Hm. Pardon my ignorance here, but how different is Delphi from Pascal?
I understood why we had it as a teaching language in high school and
Intro Comp Sci at university, but find the bondage-and-discipline
aspect tough to get through for real tasks. I seem to recall much
wailing and gnashing of teeth in my 3rd-year compiler class, where
students had the choice between Pascal and C. Everyone knew Pascal by
then, whereas most didn't yet know C, but the obvious easy choice made
things tough later.

--
I argue very well. Ask any of my remaining friends. I can win an argument on
any topic, against any opponent. People know this, and steer clear of me at
parties. Often, as a sign of their great respect, they don't even invite me.
-- Dave Barry

0 new messages