you are viewing a single comment's thread.

view the rest of the comments →

[–]Chipit 7 insightful - 3 fun7 insightful - 2 fun8 insightful - 3 fun -  (1 child)

10 PRINT "Good to see more non-political users!"

20 PRINT "Welcome to Saidit! Enjoy the site!"

30 GOTO /s/python

40 GOTO /s/FLOSS

50 GOTO /s/SaiditCSSthemes

60 PRINT "Don't forget you can start your own group and invite people in!"

[–]SubliminalCriminal 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

hello chipit,

that looks like some old school basic, you probably wrote GW-Basic?

my first programming language in 1983 was atari basic on the atari 400 and atari 800, it used line numbers like your example code above.

after about six months of basic coding, i dabbled in assembler/machine language on the atari, and then in 1991 i bought my first C language compiler, the Microsoft QuickC IDE/compiler for DOS.

I am right now putting the finishing touches on a web server written in C language using the GCC compiler(part of the codeblocks package) and i am now implementing websockets into the server..

it is my goal to put together a trading terminal that will trade new and creative tradeable instruments.