English Amiga Board


Go Back   English Amiga Board > Main > Retrogaming General Discussion

 
 
Thread Tools
Old 12 January 2012, 19:04   #41
Dunny
Registered User
 
Dunny's Avatar
 
Join Date: Aug 2006
Location: Scunthorpe/United Kingdom
Posts: 2,041
Quote:
Originally Posted by Adropac2 View Post
I'm still not exactly sure what this is. It's essentially a cheap enough computer right? so those unable to afford a computer, get to do so or are even just given one from the school? And it has it's lite based os

The idea to to encourage people that might otherwise be turned off using computers, in the hope of growing potential talent some?

And i do agree with you Dunny, i'm understanding of language in the form of basic from C64 etc but putting C in front of me back then wouldn't have helped my understanding of logic much. There are probably countless people that love the idea of programming but just don't bother when they see the likes of C. Mind you it seems this isn't the point of the device?
Agreed with all of the above.

I'll make a confession - I've written a BASIC interpreter because I prefer the language to lower-level languages. When forced, I code in Delphi and port to Linux using FPC. I cannot stand C or C++ - they're bloody awful to code in and damn-near incomprehensible to me. I can't begin to fathom the reason that they're so popular in geek circles

In another community I inhabit, I had to port a game written in C++ to an ARM device, and having never coded anything in C++ I had a very difficult time even getting the code to build and spent the best part of a month learning how to get binaries built. Only after I'd spent all that time could I actually start to mess with the actual code, and I count that month to have been a complete waste of time that could have been spent doing better things like actually coding. The actual port took me two days, despite goading from the community that it would be better done by someone who knows C++...

But anyway, it's for these reasons that I think the current trend for coding in C and C++ is completely the wrong thing to be teaching our children. We need a language that gives instant results without need to be run through several lines of terminal code in order to do something, and for that you simply cannot beat the old 8bits.

And the sad fact is that for immediate access to coding, you still cannot beat the old 8Bits. The Amiga had no way to just "jump in" without either figuring out Amiga BASIC or acquiring a copy of AMOS or BLITZ - and to do either of those you'd have to learn Workbench or CLI first. Things still haven't improved.

D.
Dunny is offline  
Old 12 January 2012, 19:17   #42
Adropac2
Zone Friend
 
Join Date: Jan 2006
Location: Kent
Age: 51
Posts: 1,066
Dunny: Strange then really this hasn't been identified as another possible problem for those that want to learn. Potential programmers might not even know if they wanted to or not because they can't even see the concept of what programming is when presented with it in a harder form
Adropac2 is offline  
Old 12 January 2012, 19:34   #43
Dunny
Registered User
 
Dunny's Avatar
 
Join Date: Aug 2006
Location: Scunthorpe/United Kingdom
Posts: 2,041
Quote:
Originally Posted by Adropac2 View Post
Dunny: Strange then really this hasn't been identified as another possible problem for those that want to learn. Potential programmers might not even know if they wanted to or not because they can't even see the concept of what programming is when presented with it in a harder form
I agree that it is strange - programming is very obscure compared to what it was when we were younger. I will be watching the new ICT courses they're offering at schools with great interest...

Though I suspect they'll likely jump in with HTML to get their feet wet and move up to Java from there; although Java is only slightly less obscure a language than C (and certainly no worse than interpreted BASIC for performance), it's runnable just about everywhere and is therefore most applicable for such a wide-ranging course as "programming".

But anyway, back to the Pi - I think it's just meant to be accessible. The price point is tiny, and kids can buy one for pocket money these days. That removes "tech" from the birthday/christmas present list and into the realms of "I'll just pick one of those up this weekend", which could never happen for ... well, anything really - even your Nintendo handhelds can't compete with that kind of price-point.

I expect that the first few thousand will be acquired by geeks and kids with an interest in that sort of thing, but once more and more info arrives on the web about what you can do with them, I suspect that more people will be demanding them. They attach to the TV, a mouse and keyboard. They'll play games (not great ones, this is linux on ARM after all, but new stuff is being ported all the time) and they'll do "web and email".

It's a good start.

D.
Dunny is offline  
Old 12 January 2012, 20:18   #44
Jerry
Registered User
 
Join Date: Mar 2005
Location: Germany
Age: 44
Posts: 210
I think, that programming today is actually a lot less obscure than when I started programming. Granted Basic was very easy, but I always hit its boundaries so early and it was really difficult to get some information (mind you, I started using Amiga Basic and GFABasic).

Today you have so many different languages, from Basic to Python to Java to C++ to whatnot. And thanks to this device using linux you can use all of them to your own liking.

I will get one of these for sure.
Jerry is offline  
Old 15 January 2012, 13:38   #45
musojon74
Registered User
 
musojon74's Avatar
 
Join Date: Dec 2007
Location: The World
Age: 50
Posts: 476
Hmm you guys are right of course, coding in Linux does tend to point towards challenging languages. There must be some kind of basic for Linux mustn't there?

Edit: Vintage Basic - c64 style. Was that any good?

Last edited by musojon74; 15 January 2012 at 13:40. Reason: Research
musojon74 is offline  
Old 15 January 2012, 15:47   #46
P-J
Registered User
 
P-J's Avatar
 
Join Date: Mar 2001
Location: Moorpark, California
Age: 44
Posts: 1,153
Quote:
Originally Posted by musojon74 View Post
There must be some kind of basic for Linux mustn't there?
There's absolutely tons. Just Google.
P-J is offline  
Old 15 January 2012, 17:41   #47
Thorham
Computer Nerd
 
Thorham's Avatar
 
Join Date: Sep 2007
Location: Rotterdam/Netherlands
Age: 47
Posts: 3,796
Quote:
Originally Posted by musojon74 View Post
There must be some kind of basic for Linux mustn't there?
There's FreeBasic. Works on linux and windows. Does graphics out of the box (both the slow 'line/pset/circle/etc.' kind and the much faster direct memory access type). Allows C/C++ like coding (and has a few OOP features), but allows quite simple programming as well. In combination with FBEdit (windows only?) it becomes REALLY easy to use (setup under windows is also easy). And of course it's a compiler.
Quote:
Originally Posted by musojon74 View Post
Edit: Vintage Basic - c64 style. Was that any good?
Absolutely not. Actually, all those 8bit basic interpreters just sucked (and still do, including MSX basic), that's why many people always moved from BASIC to assembly language. Really only suitable to get a glimpse of what coding is all about, and although C/C++ is perhaps a bad beginners language, those old interpreters aren't much better (they don't allow certain basic things that beginners should learn). Learning 68000 assembler as your first language wouldn't be much worse
Thorham is offline  
Old 15 January 2012, 19:00   #48
musojon74
Registered User
 
musojon74's Avatar
 
Join Date: Dec 2007
Location: The World
Age: 50
Posts: 476
Quote:
Originally Posted by P-J View Post
There's absolutely tons. Just Google.
My question was pretty much rhetorical, in a chatty vein.

@Thornham yeah I never used c64 basic. Actually I don't really know any basic, I'm a learner but choose to learn with a mix of c# ( useful for work ) and c++ ( difficult but a nice structure ).
musojon74 is offline  
Old 15 January 2012, 19:18   #49
Coagulus
Gets there in the end...
 
Coagulus's Avatar
 
Join Date: Sep 2005
Location: Wales
Posts: 865
There's a version of Blitz for linux,BlitzMax

[edit] mind you, compiling for ARM may not be possible...

Last edited by Coagulus; 15 January 2012 at 19:20. Reason: extra bit added
Coagulus is offline  
Old 16 January 2012, 00:09   #50
Dunny
Registered User
 
Dunny's Avatar
 
Join Date: Aug 2006
Location: Scunthorpe/United Kingdom
Posts: 2,041
Actually, there's a linux version of my own BASIC interpreter - it's pretty close to how the 8bit BASICs worked... ie, you have a command line and input code line by line

D.
Dunny is offline  
Old 16 January 2012, 00:34   #51
Coagulus
Gets there in the end...
 
Coagulus's Avatar
 
Join Date: Sep 2005
Location: Wales
Posts: 865
Quote:
Originally Posted by Dunny View Post
Actually, there's a linux version of my own BASIC interpreter - it's pretty close to how the 8bit BASICs worked... ie, you have a command line and input code line by line

D.
now interpreters should be ok. And it's a nice easy to pick up language!
Coagulus is offline  
Old 16 January 2012, 22:57   #52
Dunny
Registered User
 
Dunny's Avatar
 
Join Date: Aug 2006
Location: Scunthorpe/United Kingdom
Posts: 2,041
Quote:
Originally Posted by Coagulus View Post
now interpreters should be ok. And it's a nice easy to pick up language!
There's an ARM/Linux build of my interpreter too :-)

Granted it's packaged up for the Pandora, but it would be trivial to build for the Pi :-)

D.
Dunny is offline  
Old 22 January 2012, 15:54   #53
voyager
The show must go on.
 
voyager's Avatar
 
Join Date: Dec 2010
Location: Alkmaar Nederland
Posts: 269
Send a message via MSN to voyager
And now with XBMC

[ Show youtube player ]
voyager is offline  
Old 22 January 2012, 17:15   #54
gunni
Registered User
 
Join Date: Jun 2011
Location: Dunfermline
Posts: 141
Send a message via ICQ to gunni
nice!
gunni is offline  
Old 22 January 2012, 20:29   #55
Lord Riton
Registered User
 
Lord Riton's Avatar
 
Join Date: Jan 2011
Location: France
Age: 52
Posts: 507
700Mhz .. that is exactly the speed of the main processor of the first XBOX.

It's crazy how cheap such things become years affter years, when most other things in life costs more and more
Lord Riton is offline  
Old 22 January 2012, 20:42   #56
Adropac2
Zone Friend
 
Join Date: Jan 2006
Location: Kent
Age: 51
Posts: 1,066
Quote:
Originally Posted by voyager View Post
And now with XBMC

[ Show youtube player ]
Blimey these things are surely going to sell out fast
Adropac2 is offline  
Old 23 January 2012, 04:10   #57
Visper
Registered User
 
Join Date: Jul 2008
Location: Nowhere
Posts: 74
Quote:
Originally Posted by Lord Riton View Post
700Mhz .. that is exactly the speed of the main processor of the first XBOX.
You can't compare an ARM11 with a P3 (at the same speed the ARM11 has a lot less cpu power)
Visper is offline  
Old 24 January 2012, 15:04   #58
fishyfish
Banned
 
Join Date: Jul 2010
Location: Australia
Posts: 475
Quote:
Originally Posted by Dunny View Post
Agreed with all of the above.

I'll make a confession - I've written a BASIC interpreter because I prefer the language to lower-level languages. When forced, I code in Delphi and port to Linux using FPC. I cannot stand C or C++ - they're bloody awful to code in and damn-near incomprehensible to me. I can't begin to fathom the reason that they're so popular in geek circles

In another community I inhabit, I had to port a game written in C++ to an ARM device, and having never coded anything in C++ I had a very difficult time even getting the code to build and spent the best part of a month learning how to get binaries built. Only after I'd spent all that time could I actually start to mess with the actual code, and I count that month to have been a complete waste of time that could have been spent doing better things like actually coding. The actual port took me two days, despite goading from the community that it would be better done by someone who knows C++...

But anyway, it's for these reasons that I think the current trend for coding in C and C++ is completely the wrong thing to be teaching our children. We need a language that gives instant results without need to be run through several lines of terminal code in order to do something, and for that you simply cannot beat the old 8bits.

And the sad fact is that for immediate access to coding, you still cannot beat the old 8Bits. The Amiga had no way to just "jump in" without either figuring out Amiga BASIC or acquiring a copy of AMOS or BLITZ - and to do either of those you'd have to learn Workbench or CLI first. Things still haven't improved.

D.
I have to disagree with most of this. You dont need to learn to use workbench or a cli to use AMOS or Blitz for starts. Insert disc, turn on computer and youre ready to go.

As for C/C++, sure the initial learning curve can be steep, but its not so dificult once you get your head around it, and the benefits are huge. How many device drivers are written in Java, or html? How many OSes are written in pascal? What happens when you want to port your game from an XBox360 to ps3 when youve coded in a specific version of BASIC, and so on and so forth. There's many reasons C/C++ has for the most part become the defacto standard for commerical development. It's hardly a recent trend either unless you consider 30+ years recent.

The only thing I agree with is that it was nice when you could flick the switch and be ready to go, but this requires a standard set of hardware, or at very least a common set of portable apis, which in itself would require a larger immediately accesible storage device. It would also require these dependencies to be portable. The only place where a parallel to the 8bit days is feasible these days is a console or other device where the hardware is set in stone. I doubt they'll do it, but something like this Pi could potentially be such a platform.
fishyfish is offline  
Old 24 January 2012, 20:53   #59
desiv
Registered User
 
desiv's Avatar
 
Join Date: Oct 2009
Location: Salem, OR
Posts: 1,770
I like the concept..
But it has to be simple to get into and use..

I did a LOT of BASIC programming on the C64..
Why, it was easy...

When I got my Amiga, I loaded BASIC right away...
No line numbers?? Hmmm.... More structured???

I will totally agree that it's "better" from a programming perspective but I did almost NO BASIC programming on the Amiga..

Now, I eventually did some programming on the Amiga, but I decided pretty early on to go with C. I didn't know it, but if I was going to "work" at it, I decided to work at C..

I accept the fact that BASIC on the Amiga probably wouldn't have been difficult to learn or use..
But it wasn't as easy as BASIC on the C64, at least not to me and not initially.
And that's all it took...

BASIC on the C64 was just so simple to use that it made me "want" to use it...

desiv
desiv is offline  
Old 24 January 2012, 23:24   #60
Dunny
Registered User
 
Dunny's Avatar
 
Join Date: Aug 2006
Location: Scunthorpe/United Kingdom
Posts: 2,041
Quote:
Originally Posted by fishyfish View Post
I have to disagree with most of this. You dont need to learn to use workbench or a cli to use AMOS or Blitz for starts. Insert disc, turn on computer and youre ready to go.
Fair enough - that was not my experience, as I never used an Amiga without a HDD where things needed to be installed

Quote:
As for C/C++, sure the initial learning curve can be steep, but its not so dificult once you get your head around it, and the benefits are huge. How many device drivers are written in Java, or html? How many OSes are written in pascal? What happens when you want to port your game from an XBox360 to ps3 when youve coded in a specific version of BASIC, and so on and so forth. There's many reasons C/C++ has for the most part become the defacto standard for commerical development. It's hardly a recent trend either unless you consider 30+ years recent.
Speaking as someone who has been coding in z80/x86 asm for the last 30 years, with BASIC as the main route into that, I'd say that C and C++, when compared to languages just as capable (Pascal, say, ignoring things like Java and HTML) are incredibly hard to learn. They defy most logic as far as I can tell, they split code across unnecessary files - such as the division between .h and .c files for the same code - and have a syntax that is largely gibberish. Obviously, my experiences with coding didn't include C until just recently, so if I had maybe looked at it when I was younger, I might not struggle with it so much! Now, however, I feel dirty and at-sea when confronted with a project that has to be coded in C++...

The problem being that when I was younger, I'd have had no chance learning C without first learning BASIC (and assembly helped in understanding what I was asking the compiler to do). The environment was incredibly hard to set up - I spent a month trying to get the compiler to actually build something, and had to learn about makefiles and library locations and all that unnecessary guff - it would have been easier to just give up and go back to my comfort zone! I didn't, I persevered, and I still don't think it was worth the effort. I don't think there are many 7 year-olds that could possibly learn C++, yet that was the age I was at when I started in BASIC and a year later z80 assembler.

But anyway, that's my experience - others may be better at this sort of thing than I am and just jump in for the first time and understand it without needing so much extra info to get started.

Quote:
The only thing I agree with is that it was nice when you could flick the switch and be ready to go, but this requires a standard set of hardware, or at very least a common set of portable apis, which in itself would require a larger immediately accesible storage device. It would also require these dependencies to be portable. The only place where a parallel to the 8bit days is feasible these days is a console or other device where the hardware is set in stone. I doubt they'll do it, but something like this Pi could potentially be such a platform.
That would be the perfect platform for me - something that I can code on from switch-on, without having to load a language (from usb/disk or from HDD) first.

D.
Dunny is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Home Computer CV quahappy Nostalgia & memories 26 26 December 2013 15:24
USS John Young mai HOL data problems 8 28 April 2013 10:49
Games you loved when you were young that still ROCK!!!! bazizten Nostalgia & memories 44 01 March 2013 13:41
Is the Amiga still the only computer you have at home? Slayer Nostalgia & memories 25 19 August 2006 12:23

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:46.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10252 seconds with 16 queries