Poll

What do you like most about LISP vs. Other languages

I just really like parenthesis.
3 (6.3%)
I like that it's a fairly unknown and cryptic language
3 (6.3%)
I like that you don't have to compile it
6 (12.5%)
I like lists more than structures
10 (20.8%)
It's the only language I know.
15 (31.3%)
Other
10 (20.8%)
None of the above.
1 (2.1%)

Total Members Voted: 30

Author Topic: LISP vs Other languages  (Read 9342 times)

0 Members and 1 Guest are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: LISP vs Other languages
« Reply #30 on: August 27, 2009, 11:38:33 PM »
However, the question I think suggests that if you DON'T like lisp, you wouldn't vote at all.

Interesting, as from the choices, I almost got the impression that the question was tongue-in-cheek and being posed by someone who doesn't like Lisp much.

After all, it's got choices like "I just really like parentheses" and "it's fairly unknown and cryptic".  However, there are no choices like "It has a relatively small instruction set, yet is capable of performing very powerful tasks with very little code" or "I like how a single task can be performed in many different ways" or anything like that.

Well, he did say he was bored ... I treated the poll accordingly  :wink:
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: LISP vs Other languages
« Reply #31 on: August 28, 2009, 11:50:58 AM »
Do you remember that saying?  It was back in the Autodesk Discussion board days!  It obviously made an impression :-D







Man, that was a long, long time ago.  Now I just feel old.  :-o
James Buzbee
Windows 8

ArgV

  • Guest
Re: LISP vs Other languages
« Reply #32 on: August 30, 2009, 05:55:09 PM »

Quote
I like lists more than structures

is invalid choice

See here, for example:

http://www.theswamp.org/index.php?topic=29356.0

[/quote]

I was more loosely referring to the fact that a function can return a list with multiple data types, similar to how you would pass a structure. This is one thing I never tried, and something that inspired the topic. That post, I just kindof browsed, looks more like the making of a class? Interesting. I gotta take more schoolin' before I get into that. :)

lekside44

  • Guest
Re: LISP vs Other languages
« Reply #33 on: August 31, 2009, 01:54:17 AM »
what you all should realised is that LISPS is a programming lang just as c++ and java and thus will run on any computer as long as its compiler is available on the system. autocacad is a cad system that was written on the autolisps prog. lang, a strain of lisps and thus autocad has a lisps compiler in it. this is why lisps software can be run within autocad. LISPS softwares are good in the design of artificial intelligent softwares.

hermanm

  • Guest
Re: LISP vs Other languages
« Reply #34 on: August 31, 2009, 08:57:10 AM »

 looks more like the making of a class? Interesting. I gotta take more schoolin' before I get into that. :)


http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/cltl/clm/node1.html

curmudgeon

  • Newt
  • Posts: 194
Re: LISP vs Other languages
« Reply #35 on: September 02, 2009, 08:55:00 PM »
I like the power and compact nature of the language. You can write an entire useful routine in 10 lines of code.

I second that.  8-)

[Or should I say: "this". ]

Third.

confession: I am comparing Autolisp with the one and only class of FORTRAN I had in college, very little C++ (looking over my son's shoulder as he does HIS college homework), and some BASIC on a radio shack trash 80 back in high school.

 :-P
Never express yourself more clearly than you are able to think.

ArgV

  • Guest
Re: LISP vs Other languages
« Reply #36 on: September 07, 2009, 11:17:04 AM »

 looks more like the making of a class? Interesting. I gotta take more schoolin' before I get into that. :)


http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/cltl/clm/node1.html

A new one for my list of bookmarks. heh.  8-)

lekside44

  • Guest
Re: LISP vs Other languages
« Reply #37 on: September 08, 2009, 10:47:16 PM »
 i need a FORTRAN77 COMPILER AND Q BASIC COMPILER.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: LISP vs Other languages
« Reply #38 on: September 08, 2009, 11:17:42 PM »
i need a FORTRAN77 COMPILER AND Q BASIC COMPILER.

Can't help you out with the fortran compiler but PowerBasic probably has a compiler you can use, e.g. PowerBASIC for DOS. Tho long in the tooth nothing will beat it in the DOS BASIC compiler category IMO. Another option might be their console compiler though I'm guessing because you didn't give much to go on.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

lekside44

  • Guest
Re: LISP vs Other languages
« Reply #39 on: September 19, 2009, 01:57:10 PM »
can you give me the link to the download?