tags:

views:

159

answers:

4

Hello,

I'm emulating a Macintosh IIci running Mac OS 7.5.5 on it, but now I want to know, In which languages I can develop on it and where to get they?

+1  A: 

HyperCard and AppleScript are the two first that came to mind.

There's also the Macintosh Programmer's Workshop and CodeWarrior IDEs for programs written in C/C++.

You'll also likely want a copy of ResEdit handy.

Ben S
I was trying to use AppleScript before, but as I can see the syntax is different on System 7 and OS X, then you can post a link to a tutorial please? Thanks.
Nathan Campos
System 7 should come with everything you need to get started with AppleScript. I remember working through sample code when I was 10 years old on System 7. I don't remember where on the filesystem they are though...
Ben S
Thanks very much!
Nathan Campos
+4  A: 

C/C++ seems like a safe bet...

You can use the Macintosh Programmer's Workshop

Macintosh Programmer's Workshop (MPW) is a product designed specifically for professional Macintosh software developers. It brings together a comprehensive collection of development tools designed to support C, C++, and assembly-language programmers who are writing software for Mac OS 7.x/8.x/9.x. MPW is an open, configurable, and scriptable development environment which provides the flexibility to support complex software development projects for 68K and Power Macintosh systems.

Lee
+3  A: 

Pascal is another option.

Apple had an excelent Pascal compiler for the earliests versions of Mac OS (actually, most of the API was available through Pascal calls)

Kico Lobo
Aleluia um brasileiro por aqui! +1 voto para você por causa disso amigo!
Nathan Campos
Valeu Nathan! :)
Kico Lobo
actually, most of the MacOS calls were WRITTEN IN Pascal, IIRC... this explains why all the calls assume strings made out of unsigned chars with the 1st byte being the length, and don't assume null terminated...
Brian Postow
Much of the API was originally written in C and assembly. The pascal interface was a deliberate design decision.
dmckee
+1  A: 

Real Basic should also work on OS7 (Mac OS 7.6.1) http://www.giantmike.com/reviews/realbasic.html

and actually Perl as well: http://www.perl.com/download.csp#mac

"For Macintosh Classic users, there are two ways to get Perl. MacPerl is the classic Perl port to Mac OS Systems 7 through 9."

z3cko