• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Writing a programming tutorial

chuzzum

Member
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.) :)

 

theos911

Well-known member
Your previous guide is what actually got me to get my feet wet on C. I look forward to the upcoming parts.

Thanks :approve:

 

PowerPup

Well-known member
Thanks chuzzum, terrific resource there! :D I will definitely use it this summer, will try to think up some topic ideas too. ;)

Oooo, Git for Mac OS 9? I was just thinking the other day how great that would be. Please do keep us up to date on your progress. :cool:

 

chuzzum

Member
Yes, I rearranged things and also moved the site to an actual domain. The proper link is now http://code68k.extropicstudios.com, that one is guaranteed not to break. (In case I decide to stop using Google Sites at some point in the future.)

 

chuzzum

Member
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:

 

chuzzum

Member
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. :(

 

onlyonemac

Well-known member
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: .

 

onlyonemac

Well-known member
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.

 
Top