Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Favorite programming language, other than Perl:

by mdillon (Priest)
on May 06, 2002 at 19:28 UTC ( [id://164419]=note: print w/replies, xml ) Need Help??


in reply to Re: Favorite programming language, other than Perl:
in thread Favorite programming language, other than Perl:

Just for kicks, here's another Logo implementation, this one written in C: Berkeley Logo.

And, just for a few more kicks and to show that Logo isn't just for graphics, here is Brian Harvey's sample program from the linked page (it generates combinations from a list of lists):

to choices :menu [:sofar []] if emptyp :menu [print :sofar stop] foreach first :menu [(choices butfirst :menu sentence :sofar ?)] end

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://164419]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 11:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found