Slashdot Mirror


User: gibarian

gibarian's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Where to start on Starting an Education in IT? · · Score: 1

    IMO it depends on problem space. If your goal with programming is to better understand how computer works, then yes asssembly language would be a perfect fit for you. Otherwise if you want to use prgramming languages to model systems, you don't need this low level knowledges. ps.: i maybe wrong. i am programming just a few years(i have started with pascal and gone through C, C++, C#, Java, Clisp and ended with Python), and never got really dirty with low-level things.

  2. Re:Where to start on Starting an Education in IT? · · Score: 1

    The question is- will it change your approach in good way or bad one. IMO languages like lisp, python, ruby support thinking on far more abstract level then assembly language...