Thread
Writing a programming tutorial
Hello,
I'm working on writing a set of programming tutorials aimed at beginners. The idea is to try and foster a community of developers among people who are passionate about 68k Macs but aren't necessarily professional programmers already. The first few pages of the tutorial are on my site, here: https://sites.google.com/site/chuzzum/mac-stuff/macintosh-c-programming-guide/macintosh-development-environments
This is a continuation of the programming guide I started a while ago on the wiki. I'd like to know what kind of feedback the community has for me and if there are any requests for specific knowledge that is desired. I'm working on a couple of other tools for the Classic developer community as well, including working on a port of Git to OS 9. (It is a struggle. But I have made some progress.)
I'm working on writing a set of programming tutorials aimed at beginners. The idea is to try and foster a community of developers among people who are passionate about 68k Macs but aren't necessarily professional programmers already. The first few pages of the tutorial are on my site, here: https://sites.google.com/site/chuzzum/mac-stuff/macintosh-c-programming-guide/macintosh-development-environments
This is a continuation of the programming guide I started a while ago on the wiki. I'd like to know what kind of feedback the community has for me and if there are any requests for specific knowledge that is desired. I'm working on a couple of other tools for the Classic developer community as well, including working on a port of Git to OS 9. (It is a struggle. But I have made some progress.)
I guess the site was rearranged, but the link is there nevertheless.
https://sites.google.com/site/chuzzum/macintosh-c-programming-guide
https://sites.google.com/site/chuzzum/macintosh-c-programming-guide
On it! Currently my time is divided between writing tutorials and working on porting Git during weekdays and fixing Mac hardware on weekends.
Oh, and school. I guess.
If a mod could update the link in the first post to point to the new address, I'd be much obliged. :b&w:
Oh, and school. I guess.
If a mod could update the link in the first post to point to the new address, I'd be much obliged. :b&w:
Well, I'm basing the code off MacSSH which requires System 7.5.1 or higher... I imagine all the hashing and compression that Git has to do will probably add a lot of overhead as well. System 6 compatibility isn't completely out of the question, but it's pretty unlikely.
I can program. I just wonder where I can get some kind of IDE for my mac, as I would love to program it. I found out about Macintosh Programer's Workshop, but all the links I found were...
BROKEN! >
Anyone know of a System 7.1P5 (whatever that means) C compiler, as I want to learn C anyway, and I would love to do it on my :lc: .
BROKEN! >
Anyone know of a System 7.1P5 (whatever that means) C compiler, as I want to learn C anyway, and I would love to do it on my :lc: .
@onlyonemac,
Here is a link to MPW that as of today still works. I don't know if it will run under System 7.1P5 though.
ftp://ftp.it.xemacs.org/%7BB/Apple/developer/Tool_Chest/Core_Mac_OS_Tools/MPW_etc./MPW-GM_Images/MPW-GM.img.bin
@chuzzum,
Thank you for making the Code68k tutorials. It's got me started making (or porting) 68k software. The references page also continues to be useful to me. My goal now is to port NetSurf to Mac OS.
How is the port of git going?
Here is a link to MPW that as of today still works. I don't know if it will run under System 7.1P5 though.
ftp://ftp.it.xemacs.org/%7BB/Apple/developer/Tool_Chest/Core_Mac_OS_Tools/MPW_etc./MPW-GM_Images/MPW-GM.img.bin
@chuzzum,
Thank you for making the Code68k tutorials. It's got me started making (or porting) 68k software. The references page also continues to be useful to me. My goal now is to port NetSurf to Mac OS.
How is the port of git going?
Actually, I found a set of 6 (or was it 4) floppy disk images on Macintosh Garden for MPW. It installed and ran fine, but, for some reason, it didn't come with any compilers :O !
Instead, I got THINK C 5 from the same place, it I've had loads of fun with it since the evening I got it installed
!
P.S. I'll post the link, although I'm not sure if we're allowed to post links to Macintosh Garden.
Instead, I got THINK C 5 from the same place, it I've had loads of fun with it since the evening I got it installed
!P.S. I'll post the link, although I'm not sure if we're allowed to post links to Macintosh Garden.
I will definitely use it this summer, will try to think up some topic ideas too.