What function 'name' do you like most in newlisp

For the Compleat Fan
Locked

What function 'name' do you like most in newlisp

curry
2
29%
flat
0
No votes
lambda
2
29%
intersect
0
No votes
transpose
0
No votes
floor
0
No votes
bayes-train
1
14%
seed
0
No votes
explode
2
29%
pretty-print
0
No votes
 
Total votes: 7

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

What function 'name' do you like most in newlisp

Post by newdep »

I was walking through the history of newlisp releases and found some
funny and good naming of fnuctions in newlisp, its just out of intrest,
but what function name do you like most in newlisp? (So thats purely the
name not the behavior..)

I just put a few on the list.. append you own if you like.. ;-)

Norman.
-- (define? (Cornflakes))

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post by pjot »

I like 'unify' the most, but it isn't in your list ;-)

Peter

Ryon
Posts: 248
Joined: Thu Sep 26, 2002 12:57 am

Post by Ryon »

I be a tall-ship sailor, so I likes float. But me fav'rit words be args!

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Post by rickyboy »

What about the ones that belong in a bad science fiction novel?

"I am Erf from the planet Betai -- take me to your leader!"

:-) --Ricky
(λx. x x) (λx. x x)

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

one thing i like about newlisp is that most of the functions have sensible names, and only a few are bizarre distortions. So it's easier to say the ones I like less: cpymem, crit-chi2, irr, ifft, etc. I don't like 'lambda' but that's only because my brain has managed to associate it with feelings of mental inadequacy - but I happily use 'fn', so that's just irrational.

I like 'bayes-train' the best. I always imagine a Victorian toddler playing with toy trains with words on the carriages and later going on to invent some cool statistical thing. (Although the pedantic will be quick to point out that the Reverend Thomas Bayes would probably not have been able to play with trains, since he died in 1761.)

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

I like list most, because everything in lisp/newLISP is based on it.
No barriers/difference between code and data.
It stand for the name: 'ListProcessing'
But non-lisper thinks: 'Lots of insane and stupid paranthesis'

;-)
Hans-Peter

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

hahahahaha... Erf from BetaI.....
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

..Args like in "arguments with a sailor" ? Ryon ;-)
-- (define? (Cornflakes))

Jeff
Posts: 604
Joined: Sat Apr 07, 2007 2:23 pm
Location: Ohio
Contact:

Post by Jeff »

Could be worse, Cormullion. newLISP doesn't have CAADDDR :)
Jeff
=====
Old programmers don't die. They just parse on...

Artful code

Ryon
Posts: 248
Joined: Thu Sep 26, 2002 12:57 am

Post by Ryon »

newdep wrote:..Args like in "arguments with a sailor" ? Ryon ;-)
Args like in "Aaaarrrrrghhh!" ye scurvy bilge-drinkin' tar-merchant.

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

Ryon wrote:
newdep wrote:..Args like in "arguments with a sailor" ? Ryon ;-)
Args like in "Aaaarrrrrghhh!" ye scurvy bilge-drinkin' tar-merchant.
who let the doargs out?

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

Jeff wrote:Could be worse, Cormullion. newLISP doesn't have CAADDDR :)
I miss all of them:

caar, cadr, cdar, cddr, caaar, caadr, cadar, caddr, cdaar, cdadr, cddar, cdddr, caaaar, caaadr, caadar, caaddr, cadaar, cadadr, caddar, cadddr, cdaaar, cdaadr, cdadar, cdaddr, cddaar, cddadr, cdddar, cddddr

:-)

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

So actualy reading all this, we should be able to write a nice story using the
newlisp-focabulary..

Starting like..

Once there was this 'primitive? called 'Erf from 'Betai. 'while a 'seek on the 'map
did not return a 'symbol? of 'true he was forced to 'catch the 'first 'bayes-train
to 'Lambda 'and 'lookup the 'atom?, a 'member called 'ifft from the 'flat 'lambda-macro 'constant,
and 'repeat him to 'join the 'curry of 'define....
-- (define? (Cornflakes))

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Post by rickyboy »

newdep wrote:Once there was this 'primitive? called 'Erf from 'Betai. 'while a 'seek on the 'map did not return a 'symbol? of 'true he was forced to 'catch the 'first 'bayes-train to 'Lambda 'and 'lookup the 'atom?, a 'member called 'ifft from the 'flat 'lambda-macro 'constant, and 'repeat him to 'join the 'curry of 'define....
That was great, Norman! Reminded me of Lewis Carroll: "'Twas brillig, and the slithy toves did gyre and gimble in the wabe ..." Rock on! :-) --Ricky
(λx. x x) (λx. x x)

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

aiii I just see that 'repeat is not newLisp ;-)

would then be..
...and 'quote him to 'join the 'curry of 'define....
-- (define? (Cornflakes))

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Post by rickyboy »

newdep wrote:...and 'quote him to 'join the 'curry of 'define....
... or "and push him to join the curry of define...."

Again Norman, it's brilliant -- keep up the good work! --Ricky
(λx. x x) (λx. x x)

Locked