Welcome, Guest. Please login or register.

Author Topic: So what do I learn about now?  (Read 2635 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline runequesterTopic starter

  • It\'s Amiga time!
  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 3695
    • Show only replies by runequester
So what do I learn about now?
« on: August 03, 2010, 06:47:10 AM »
So after far too many years away...Ive gotten back on top of my amiga, workbench etc.

What do I learn now?


master the CLI ?

Learn some basic coding in amos or something (and how on earth does one get started with that?)

Learn to read schematics of the motherboard ?

Master Dpaint V ?

Figure out what the hell any of the buttons in protracker actually does?


Give me some suggestions :)
 

Offline amigadave

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Jul 2004
  • Posts: 3836
    • Show only replies by amigadave
    • http://www.EfficientByDesign.org
Re: So what do I learn about now?
« Reply #1 on: August 03, 2010, 08:45:30 AM »
You do what ever floats your boat!

You might want to get off the top of your Amiga first though, the plastic might be a bit brittle after all these years if it is an A500.  :lol:

Seriously, the Amiga community is in desperate need of more programmers.  So, if you have any interest or desire to really learn, pick up as many programming books as you can comfortably read and if you are starting at the bottom with no experience at all, you might want to enroll in a community college to take some night classes in beginning programming theory and a math refresher course.
How are you helping the Amiga community? :)
 

Offline Franko

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 5707
    • Show only replies by Franko
Re: So what do I learn about now?
« Reply #2 on: August 03, 2010, 01:11:36 PM »
Hi runequester :)

Your only limited by your own imagination when you use an Amiga, (mine's is pretty vivid !!!) :lol:

I wouldn't bother too much about reading the schematics, I did and I know Who Dunnit... :D

Even after 20 odd year's on the miggy I still haven't sussed out all those ProTracker buttons !, but I do recall that every time I clicked on one near the top left corner, the neighbours dog 3 houses down the street would bark like crazy... :roflmao:

Don't worry, It'll all come back to you (especially the Guru Meditations...) :lol:

Cheers :drink:

Franko
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: So what do I learn about now?
« Reply #3 on: August 03, 2010, 09:55:47 PM »
Quote from: runequester;573193
Give me some suggestions :)

In no particular order:

+1 for mastering the CLI. Always good to know your way around the shell.

Learn ARexx and then how to use it to do funky stuff with your existing apps that support it.

Give OctaMED Soundstudio a whizz.

Get the NDK and have a go at C.

Try your hand at a spot of 680x0 assembler. Compared to many other architectures, it's fairly easy to get to grips with and nice to write, to boot!

*Create a crazy boot scheme where you create a RAD on cold boot and extract an archived minimal OS installation into it when you boot, using RequestFile to select the "boot image" from a directory.

*I actually do this on my main A1200T.
int p; // A
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show only replies by Zac67
Re: So what do I learn about now?
« Reply #4 on: August 03, 2010, 10:07:28 PM »
68k definitely is the Rolls Royce of all assembler languages! ;)
 

Offline Franko

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 5707
    • Show only replies by Franko
Re: So what do I learn about now?
« Reply #5 on: August 03, 2010, 10:14:00 PM »
Quote from: Zac67;573288
68k definitely is the Rolls Royce of all assembler languages! ;)


Couldn't agree more... I never write in anything but 68k... :)
 

Offline Jose

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2871
    • Show only replies by Jose
Re: So what do I learn about now?
« Reply #6 on: August 03, 2010, 10:47:01 PM »
Learn C and then learn the Amiga API.
\\"We made Amiga, they {bleep}ed it up\\"
 

Offline runequesterTopic starter

  • It\'s Amiga time!
  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 3695
    • Show only replies by runequester
Re: So what do I learn about now?
« Reply #7 on: August 04, 2010, 06:46:40 AM »
so if I know nothing about programming (pretty much), where does one start? Whether in general, or amiga specific ?

Any books or resources to look for?
 

Offline pVC

Re: So what do I learn about now?
« Reply #8 on: August 04, 2010, 08:03:32 AM »
Mastering shell scripts (inputs, variables, escape codes, lformat) and arexx scripts are very rewarding, but still not too demanding :)
Daily MorphOS user and Amiga active.
 

Offline Cammy

Re: So what do I learn about now?
« Reply #9 on: August 04, 2010, 08:48:35 AM »
I had such a huge post typed up and bumped the mouse and lost it, now I don't feel like retyping it, sorry.
A1200 030@28Mhz/2MB+32MB/RTC/KS3.1/IDE-CF+4GB/4-Way Clockport Expander/IndivisionAGA/PCMCIA NIC
A1200 020@14Mhz/2MB+8MB/FPU/RTC/KS3.0/IDE-CF+2GB/S-Video
CD32 020@14Mhz/2MB+8MB/RTC/KS3.1/IDE-CF+4GB
A600 030@30Mhz/2MB+64MB/RTC/IDE-CF+4GB/Subway USB/S-Video/PCMCIA NIC/USB Numeric Keypad+Hub+Mouse+Control Pad
A500 000@7Mhz/512kB+512kB/ROM Switcher/KS3.1+1.3/S-Video

Get AmigaOS
 

Offline djrikki

  • Sr. Member
  • ****
  • Join Date: Mar 2010
  • Posts: 346
    • Show only replies by djrikki
Re: So what do I learn about now?
« Reply #10 on: August 04, 2010, 11:01:52 AM »
Quote from: runequester;573334
so if I know nothing about programming (pretty much), where does one start? Whether in general, or amiga specific ?

Any books or resources to look for?

Start by taking a trip to your local library.  Pick up a book and start reading through the basics and make sure your sat away from a computer.  Learning any language is hard from the outset so don't expect to learn how to code overnight it takes weeks, months and even years to 'perfect'.  And there is something new to learn everyday.

If you have access to a Mac you could look at Applescript which is a macro like language.  Its language set is BASIC like and reads pretty much like 'a book'.
If you have never programmed before, BASIC is a good place to start; if you can't get your head around using BASIC then you might as well stop.

Start somewhere you feel comfortable, having to worry which header files and resources to include just to print 'Hello World' in a new window is probably not the best place to begin learning to code.

All languages share things in common like variable declarations, math operations and if..else..endif like structures, only the formatting differs, but the principles are generally the same.

There are so many ways you could start, foreinstance you could start with javascript and learn basic functionality like declaring variables, working with arrays and basic operation - then again this can be a little daunting so I'd stick within a programming environment where you can code and see the result within seconds and debug it easier rather than alt-tabbing between different applications.

Offline Franko

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 5707
    • Show only replies by Franko
Re: So what do I learn about now?
« Reply #11 on: August 04, 2010, 11:59:47 AM »
Quote from: runequester;573334
so if I know nothing about programming (pretty much), where does one start? Whether in general, or amiga specific ?

Any books or resources to look for?


If you really want to start programming in 68K then you can download The DevPac Assembler Package from here...

http://planetemu.net/index.php?section=roms&dat=375

The DevPac package contains all you need to get you started, it has many simple tutorials and examples of 68K coding. There are quite a few other 68k assemblers around but I have always found DevPac to be the best and simplest one to use.
 

Offline djrikki

  • Sr. Member
  • ****
  • Join Date: Mar 2010
  • Posts: 346
    • Show only replies by djrikki
Re: So what do I learn about now?
« Reply #12 on: August 04, 2010, 01:23:58 PM »
Not sure Asm is the best place for a complete novice to start learning to code, but I guess some don't mind jumping in the deep end right away!

Offline tone007

Re: So what do I learn about now?
« Reply #13 on: August 04, 2010, 02:06:19 PM »
Go for the Atari now.
3 Commodore file cabinets, 2 Commodore USB turntables, 1 AmigaWorld beer mug
Alienware M14x i7 laptop running AmigaForever
 

Offline Einstein

  • Sr. Member
  • ****
  • Join Date: Dec 2004
  • Posts: 402
    • Show only replies by Einstein
Re: So what do I learn about now?
« Reply #14 on: August 04, 2010, 02:12:22 PM »
Quote from: runequester;573334
so if I know nothing about programming (pretty much), where does one start? Whether in general, or amiga specific ?

Any books or resources to look for?


Google for JavaScript ?

Quote from: Cammy;573341
I had such a huge post typed up and bumped the mouse and lost it, now I don't feel like retyping it, sorry.


I know how you feel: :uzi:
« Last Edit: August 04, 2010, 02:15:51 PM by Einstein »
I have spoken !