Monday, July 30, 2012

Programming Language Portal

 hub :: codedev :: macintosh programming languages and tools Programming Languages
Most of the descriptions are taken from the programs webpages and other webpages. If you have a correction or suggestion please send it to ctk at classicteck.com.
bOSL
License: Freeware, Language: BASIC, OOP features, Type: Interpreter
http://www.classicteck.com/bosl
bOSL is a modern scripting language. bOSL support many OOP features, GUI and more.
REALbasic
License: Comercial, Language: OOP BASIC, Type: Compiler
http://www.realsoftware.com/
REALbasic is the powerful, modern, object-oriented language and environment that runs on Windows, Macintosh or Linux and helps you create software for Windows, Macintosh and Linux. In my opinion the best BASIC language.
Chipmunk Basic
License: Freeware, Language: BASIC, Type: Interpreter
http://www.nicholson.com/rhn/basic/
Chipmunk Basic for MacOS is an old-fashioned Basic interpreter which runs on almost all Macs. Chipmunk Basic uses a vintage traditional-style command-line console, but note that line numbers are not required to run Basic program written using an external text editor. Supported features on MacOS include color graphics, sprites, sound (including Quicktime MIDI sounds and morse code), speech synthesis, matrix ops, AppleScript, network sockets, pipes, serial I/O, and even some rudamentary OOP (object oriented programming) capabilities. Versions are available for System 6.0.7 thru Mac OS X 10.3, for systems from very old Mac 512Ke's up thru the latest Apple iBooks and G5 PowerMacs.

http://classicteck.com/codedev/macprog.html


PHP & Ampersand: Passing by Reference: PHP & Ampersand: Passing by Reference posted by Mario Lurig The following PHP Reference excerpt is from pages 20-21. & – Pass by Reference References allow two variables to refer to the same content. In other words, a variable points to its content (rather than becoming that content). Passing by reference allows two variables to […]

No comments:

Post a Comment