
Top : Computers : Programming : Languages : Object-Oriented :
Pure
Categories
| Bistro @ C-sharp @ Cecil @ Dylan @ E @ Eiffel @ Eiffel-sharp @ Io @ Pliant @ Python @ Ruby @ Sather @ Self @ Smalltalk @ Squeak @ Water @ |
Websites
High-level, general purpose, pure object-oriented language; platform independent, strong-typed, garbage collected, very small Run-Time Environment (RTE) runs programs directly from source code, live code can be distributed-shared across networks as easily as HTML.
site exerpt
navgen.com The yearly progress report has been posted on the Nova Programming Language news page. 01/06/2004 Exactly a year since its first release, a progress update has been posted on the Nova Programming Language news page. 08/02/2004 The 3D Boids project...Pure object-oriented, statically typed, garbage collected, functional language; mixes ideas from Dylan, Lisp, Scheme; ML; Cecil, Smalltalk; description, slide show, downloads, links. [Open Source, MIT]
site exerpt
Needle, An Object-Oriented Functional Language It is basically the language that I wish I could program in. The list of features I'm aiming to implement are: Fully OO Every value in Needle is an object. I get fast integers using a tagged integers like Smalltalk...