Mac OS系统1.0编程语言
我早期是在 Macintosh 128k 上开始编程的(当时我 10 岁),我不太记得所使用的编程语言。有人这样做吗?
我想知道当时该平台可用的不同编程语言。
谢谢
I started my early days programming in a Macintosh 128k (I was 10) and I don't quite remember the programming languages used. Any one does?
I would like to know the different programming languages available at that time for that platform.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
开发最初是在 Lisa 上进行的,使用 Pascal 和汇编器。一段时间后,Mac 的原生开发环境开始出现,例如 TMS Pascal、MacPascal、Microsoft BASIC、MDS,以及后来的 MPW、Think C、Think Pascal、CodeWarrior 等。Pascal
是 Mac OS 编程的原始语言,并且所有文档和 API 都使用 Pascal,但在 20 世纪 80 年代逐渐转向 C。
Development was originally carried on the Lisa, using Pascal and assembler. Some time later native development environments started to appear for the Mac, e.g. TMS Pascal, MacPascal, Microsoft BASIC, MDS, and later, MPW, Think C, Think Pascal, CodeWarrior, etc.
Pascal was the original language for Mac OS programming, and all the documentation and APIs used Pascal, but there was a gradual migration towards C through the 1980s.
我期望 Macintosh Programmers Workbench (MPW) 是一个“工作表”环境,主要在命令行上驱动,使用 Makefiles - 与 Unix 开发没有什么不同,使用 Pascal 作为主要语言。
我不记得 Hypercard 是否那么早就可用,但这是另一种可能性。
I expect Macintosh Programmers Workbench (MPW) which was a "worksheet" environment, mainly driven on the command line, used Makefiles - not dissimilar to Unix development, using Pascal as the main language.
I don't remember if Hypercard was available that early but that's another possibility.