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?
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.
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)
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."
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.
精彩评论