Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Some questions (https://thetfp.com/tfp/tilted-technology/102505-some-questions.html)

Dyke420 03-24-2006 12:30 AM

Some questions
 
I really want to learn a programming language, but I don't know what I need to do. How did ya'll learn it? What language would be MOST useful to know? What do I need to do to learn it?

Cynthetiq 03-24-2006 12:31 AM

most useful????

it depends on what your needs are.

If you are coding a web page, well there are a number of choices that aren't going to be the same as if you need a database...

Kind of like knowing if you need a car or a truck for transportation... it all depends on what you are going to do with it.

CSflim 03-24-2006 02:13 PM

As I first language to learn to program, I think that java would be a good choice. It is reasonably easy to learn, avoids a lot of the messy stuff that is present in say C++, but is still broad enough to allow you to use and learn most of the necessary concepts in programming and object oriented design.

The easiest way to get started is to pick up a book from the library/book shop - one with lots of worked examples, and work your way through the book from start to finish. After that, come up with some program to make - doesn't have to be original, or even useful, just something that you think might be fun to do. Then go do it!

spectre 03-27-2006 12:37 AM

Python's a pretty good language to start off with too. But as Cyn said, the usefulness depends on your needs.

ratbastid 03-27-2006 06:20 AM

Yeah, this question is almost impossible to answer.

Is a screwdriver more useful than a hammer? Sort of depends on the task at hand, no?

In terms of pure LEARNING--in the abstract, for the purpose of learning programming concepts? I guess C is good for logic, though you have to deal with bitwise operations that are archaic. Perl would be a good compromise there. Java is a good place to start to learn Object Oriented programming, though that's a lot to bite off if you've never even seen a for-next loop.

nezmot 03-27-2006 07:12 AM

I'd say BASIC - it's where most programmers start out after all. It's straight-forward, fairly intelligable, and it does a good job of introducing prcedural concepts like loops, functions, arrays, variable data types etc. Plus there are probably plenty of BASIC interpreters already installed on your machine right now - so you'd probably be able to start off straight away.

KnifeMissile 03-27-2006 11:57 AM

I think Pascal is a better statically typed procedural language to learn than even BASIC, especially with excellent text books like Oh Pascal! which, despite its name, teaches general programming and good practices.

Also, if you're willing to learn a scripting language like Python, I would recommend considering Ruby, instead. It is just as powerful and more consistent, which may help the learning curve. I'm a little reticent to recommend learning an object oriented language straight off the bat but it's far from impossible. Especially since such scripting languages (whether it be Ruby, Python, or PERL) are immediately useful, which can help motivate new programmers to practice and push themselves to learn more as their scripts/programs become more powerful and useful...

sailor 03-27-2006 12:16 PM

Like others said, it totally depends on what you want to do. If you want to get into enterprise or serious object oriented programming, Java is a good starting point. Web programming, PHP is easy to learn (though also easy to learn sloppy habits for, so pay attention). I'd advise against something like C for a first language; Perl is also probably a bit too open for a first language.

theFez 03-27-2006 08:06 PM

if you are interested in web programming and object oriented programming, don't forget about ruby.

and if you are intersted in web programming, you would probably want to learn some sql as well.

Rekna 03-30-2006 10:28 AM

If you want the greatest chance of being a good programmer do not program java before c/c++. Doing so will give you a major handicap as you will want to do everything javastyle and you will probably have a very difficult time understanding pointers. People who learn java as a starting language don't seem to be as compentent on average as those who learn c/c++. Also your first language will probably be your best language so think about where you want to get a job and what languages they like. Just don't start with java!

flat5 03-31-2006 09:35 AM

Is there a good reason why Delphi is so ignored these days?

intecel 04-04-2006 03:57 PM

Quote:

Originally Posted by flat5
Is there a good reason why Delphi is so ignored these days?

I'd like to know the same thing...

(I'm a delphi programmer)

GM2 04-04-2006 07:39 PM

If you want to push around some text, do mathematical calculations, create spreadsheets on the fly from raw data, populate database (ie, access) fields, you can't go wrong with Perl. It's really easy to learn, and will help you understand programming logic. Also, it's free to download (as long as you don't make profits from your work, then there's a fee to use Perl.) And there's a TON of good tutorials and help files on the net, as well as thousands of usenet topics about specific problems you may encounter and how to solve them.

Really, any simple language is a good place to start. I cut my teeth on Atari BASIC, then picked up some Pascal, went on to QBASIC, and lastly I've been using Perl for the last few years. It's good enough for the things I need, although you'll never write a hit game with it.

The key thing is to grasp the concepts, the logic you need to talk to the computer. After you have that, any language is pretty much a matter of syntax.

theFez 04-04-2006 07:47 PM

I love perl, I think it is a great language and the one i turn to most often for 'quick and dirty' projects (especially involving text manipulation). But I don't really think it is all that great a first language. Much like PHP, it is too easy to write really bad code with it.

Nimetic 04-07-2006 06:39 PM

Yep. I conditionally second that.

Pascal is great for teaching style in my view - but is there much pascal around these days? Still, I think there's a few free pascal tools on the net.

n0nsensical 04-08-2006 04:27 AM

Quote:

Originally Posted by Nimetic
Yep. I conditionally second that.

Pascal is great for teaching style in my view - but is there much pascal around these days? Still, I think there's a few free pascal tools on the net.

I think thats exactly the problem with Delphi. Pascal is pretty much dead, and neither it nor Delphi is very sexy. C or C++ took over as the standard anywhere Pascal or Delphi were or could have been, and .NET and C# are finishing off any advantage they still had. In summary, Delphi is ignored because it's not C++ or C#. Also, Microsoft probably wants it ignored and with any position of Microsoft you can rest assured there will be a huge contingent of "developers, developers, developers" who will follow, either by choice or by being told to do so by management. :lol:


All times are GMT -8. The time now is 06:10 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360