![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | |
|
Hobbyist Programmer
Join Date: Jul 2004
Location: Location
Posts: 138
Rep Power: 4
![]() |
io programming language
Hey everyone,
Has anyone ever tried out the Io programming language? I've looked at the site, and was thinking maybe I should try learning it as my first "real" programming language. Apparently it is easier than Python, and is small, portable, and fast. From the io site: Quote:
|
|
|
|
|
|
|
#2 |
|
Expert Programmer
|
You may have more difficulty getting help with an obscure language. Also, will find that you have to write your own code in situations where you would be able to use a module/library in another language. For instance, python comes with numerous modules (such as pickle) which allow you to achieve common tasks with ease, and there are many others available on the web (BeautifulSoup comes to mind).
On the other hand, after learning any programming language others come much more easily. Additionally, it will be to your educational benefit not to use the aforementioned modules but rather to write your own code. |
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 9
![]() |
Personally, I think that starting on a leaf at the far reaches of an obscure branch of a recognizable tree is the wrong approach. Strictly personal opinion based upon many observations. You might very well be the exception that proves the rule.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() ![]() |
I'd suggest going with something a bit more mainstream for your first "real" language, especially , if you intend on writing code as a profession. Once you learn a standard/well used language and are comfortable with the information, move out into those unexplored areas like IO, etc.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The C programming Language (2nd Edition) | nnxion | Book Reviews | 10 | Jul 6th, 2007 3:29 PM |
| Which Programming Language You Use The Most? | Soulstorm | Coder's Corner Lounge | 19 | Apr 6th, 2007 10:29 PM |
| Which Programming Language for Beginner ? | nkanthikiran | Other Programming Languages | 18 | Jan 21st, 2006 5:53 PM |
| More languages? | UnKnown X | Coder's Corner Lounge | 27 | Dec 18th, 2005 3:06 PM |