Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Pascal Misc > Re: Apple Mac P...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 13 of 13 Topic 788 of 811
Post > Topic >>

Re: Apple Mac Pascal

by Ivan Levashew <octagram@[EMAIL PROTECTED] > Apr 28, 2008 at 03:36 PM

Richard Engebretson пишет:

> I just wanted to give credit to the Apple Mac for nurturing Pascal.
> And also point out the extraordinary progress made in this era.
Indeed.

I was once very surprised by the fact Apple had also something in common 
with Lisps. They've created their dialect of Lisp, Dylan!
http://en.wikipedia.org/wiki/Dylan_%28programming_language%29

before:
 > (bind ((radius 5)
 >        (cir***ference (* 2 $pi radius)))
 >   (if (> cir***ference 42)
 >       (format-out "Hello big circle! c is %=" cir***ference)
 >       (format-out "Hello circle! c is %=" cir***ference)))

after:
 > begin
 >  let radius = 5;
 >  let cir***ference = 2 * $pi * radius;
 >  if (cir***ference > 42)
 >     format-out("Hello, big circle! c = %=", cir***ference);
 >  else
 >     format-out("Hello, circle! c is %=", cir***ference);
 >  end if
 > end

Somewhat close to Pascal & Ada :) According to Wiki Apple's own 
implementation was code-named Leibniz.

And nowadays Apple went mainstream. They have no time for surprises 
anymore. Nobody has one. Era of wonders is over.

-- 
If you want to get to the top, you have to start at the bottom
 




 13 Posts in Topic:
Apple Mac Pascal
Richard Engebretson <e  2008-04-24 16:47:23 
Re: Apple Mac Pascal
winston19842005 <bjjly  2008-04-24 20:29:26 
Re: Apple Mac Pascal
Scott Moore <samiam@[E  2008-04-24 22:26:03 
Re: Apple Mac Pascal
Ivan Levashew <octagra  2008-04-27 02:49:59 
Re: Apple Mac Pascal
Scott Moore <samiam@[E  2008-04-26 15:59:50 
Re: Apple Mac Pascal
Ivan Levashew <octagra  2008-04-28 04:33:41 
Re: Apple Mac Pascal
Scott Moore <samiam@[E  2008-04-27 15:59:58 
Re: Apple Mac Pascal
John Reagan <john.reag  2008-04-25 13:07:20 
Re: Apple Mac Pascal
Richard Engebretson <e  2008-04-25 01:41:22 
Re: Apple Mac Pascal
CBFalconer <cbfalconer  2008-04-24 20:02:26 
Re: Apple Mac Pascal
Scott Moore <samiam@[E  2008-04-26 11:19:18 
Re: Apple Mac Pascal
Richard Engebretson <e  2008-04-27 17:57:17 
Re: Apple Mac Pascal
Ivan Levashew <octagra  2008-04-28 15:36:09 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 0:47:52 CDT 2008.