• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Programming (Assistance)

Peroxides Cat

Sleepy Member
Joined
Nov 15, 2009
Messages
2,230
Reaction score
136
I've got a lot of spare time, and looking to learn some new programming languages.

Any you recommend? I have a friend telling me to learn Python.

Also off topic, Learning swedish! :3
 
C++ & Lua, I'm learning Lua and probably going to look into C++ when I'm fairly done with Lua.

-- Lycka till:)
 
Still, PHP has a bit more user-friendly documentation imo :) But of course python is appropriate aswell.
 
If you want too learn then you have too go all the way to the bottom and work your way up.

Download Scratch and start puzzling together pieces with code untill u get something working, then u can move on to Python, then u can move onto Lua/php and after that u go to c++.

Because once u learn these stepwise you have a wider vision and more knowledge of how the programming is working etc.. now do what I saaiided to yo or ded.


Also, keep in mind, learning something new takes time. You can't expect to learn it in 1 day or 1 year. It all depends on your capacity, some learn in 1 hour, other learn what that guy learned in 1 hour, but it takes them a year to process it. (exaggerating) ^^
 
Programming doesn't differ from logical thinking. If you can think, then you can write it in pseudo code. Pseudo code + manual = programming. Programming + experience - manual = Fast programming :) Then you can't say that you can't program in certain language, you're just not familiar with syntax/functions.

PS. Okay, maybe sometimes programming isn't much {crossed}logical{/crossed} reasonable. See Brainfuck :)
 
Try maybe Ruby and then it's framework Ruby on Rails, it's very interesting language :) Quite young as well, and not so many programmers yet which gives very good paid jobs :)
 
Anything that has a mature LLVM or JIT would make a great choice: Java, Lua, Python
Also anything that's considered a 'core element' of GNU\Linux would make a good choice as well: BASH, Perl, Python

I learned programming by teaching myself BASIC on a Commodore 64 when I was 5 years old. I'm so far removed as to what advice to give an aspiring programmer, it's not even funny. But one thing I do know is that you should read this:
It's an inspiring read with a good explanation of some key parts of computing history. I find myself rereading it every couple years because it reminds me of how far I've come.

---edit---
Since this forum moves so slow anyway, I'll go ahead and enlarge this post:

Here's a little snippet for those who are too lazy to click the links
Imagine a crossroads where four competing auto dealerships are situated. One of them (Microsoft) is much, much bigger than the others. It started out years ago selling three-speed bicycles (MS-DOS); these were not perfect, but they worked, and when they broke you could easily fix them.

There was a competing bicycle dealership next door (Apple) that one day began selling motorized vehicles--expensive but attractively styled cars with their innards hermetically sealed, so that how they worked was something of a mystery.

The big dealership responded by rushing a moped upgrade kit (the original Windows) onto the market. This was a Rube Goldberg contraption that, when bolted onto a three-speed bicycle, enabled it to keep up, just barely, with Apple-cars. The users had to wear goggles and were always picking bugs out of their teeth while Apple owners sped along in hermetically sealed comfort, sneering out the windows. But the Micro-mopeds were cheap, and easy to fix compared with the Apple-cars, and their market share waxed.

Eventually the big dealership came out with a full-fledged car: a colossal station wagon (Windows 95). It had all the aesthetic appeal of a Soviet worker housing block, it leaked oil and blew gaskets, and it was an enormous success. A little later, they also came out with a hulking off-road vehicle intended for industrial users (Windows NT) which was no more beautiful than the station wagon, and only a little more reliable.

Since then there has been a lot of noise and shouting, but little has changed. The smaller dealership continues to sell sleek Euro-styled sedans and to spend a lot of money on advertising campaigns. They have had GOING OUT OF BUSINESS! signs taped up in their windows for so long that they have gotten all yellow and curly. The big one keeps making bigger and bigger station wagons and ORVs.

On the other side of the road are two competitors that have come along more recently.

One of them (Be, Inc.) is selling fully operational Batmobiles (the BeOS). They are more beautiful and stylish even than the Euro-sedans, better designed, more technologically advanced, and at least as reliable as anything else on the market--and yet cheaper than the others.

With one exception, that is: Linux, which is right next door, and which is not a business at all. It's a bunch of RVs, yurts, tepees, and geodesic domes set up in a field and organized by consensus. The people who live there are making tanks. These are not old-fashioned, cast-iron Soviet tanks; these are more like the M1 tanks of the U.S. Army, made of space-age materials and jammed with sophisticated technology from one end to the other. But they are better than Army tanks. They've been modified in such a way that they never, ever break down, are light and maneuverable enough to use on ordinary streets, and use no more fuel than a subcompact car. These tanks are being cranked out, on the spot, at a terrific pace, and a vast number of them are lined up along the edge of the road with keys in the ignition. Anyone who wants can simply climb into one and drive it away for free.

Customers come to this crossroads in throngs, day and night. Ninety percent of them go straight to the biggest dealership and buy station wagons or off-road vehicles. They do not even look at the other dealerships.


p.s. anyone who reads that unaware of any of that history and wonders what happened to BeOS, it's Haiku
 
Last edited:
Back
Top