Coding Monkeys
February 08, 2010, 03:34:47 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Annual coding contest running from 1st March till the End of January.
http://www.codingmonkeys.com/index.php?topic=2082.new#new
 
  Home Blogs   Forum   Help Arcade Calendar Staff List Store Gallery Links Login Register  
* *

Coding

Google Search

Multi Block

Welcome, Guest. Please login or register.
Did you miss your activation email?
February 08, 2010, 03:34:47 PM

Login with username, password and session length
Members
Stats
  • Total Posts: 12108
  • Total Topics: 1517
  • Online Today: 13
  • Online Ever: 70
  • (February 11, 2009, 04:39:30 AM)
Users Online
Users: 2
Guests: 13
Total: 15

Search Koders.com

Menu

Recent Topics

Pages: 1 [2]   Go Down
  Print  
Author Topic: Interesting presentation about the next programming language for 2010  (Read 6126 times) Average Rating: 0
0 Members and 2 Guests are viewing this topic.
Mike Stefanik
Jr. Member
**

Bananas: 6
Offline Offline

Posts: 51


 Stats
« Reply #15 on: December 04, 2006, 06:10:01 PM »

What exactly do you see as a general area where operating systems could improve? The core functions of any OS is managing memory, processes, devices and (usually) providing some kind of file store. The things people generally talk about with regards to "future operating systems" usually has to do with things beyond those core functions, like voice recognition, natural language commands and so forth. The problem is, while talking to your computer or wandering around in a virtual 3D environment that represents your filesystem sounds cool, it's also not very practical or efficient. Lots of sizzle there, but not a whole lot of steak.

As to programming languages, they tend to evolve towards complexity because the problems that developers are required to solve have become more complex. Cameron talks about "no variables no structure.. the person simply tells in their language the computer what they want done", but my guess is he's never seen the process (and associated documentation) that businesses have to go through for things like ISO9000 certification. If you think that writing code is complicated, wait until you have to describe your internal business policies in the formalized language of a certification standard in order to implement the core business logic that drives your company. Computers can only do what we tell them to do. There is no option to "do what you think I mean, not what I say" and hopefully there never will be. Once computers start making subjective decisions about what code they think they should execute, we've got a problem on our hands.
Report to moderator   Logged
Blue Steel
Administrator
Hero Member
*****

Bananas: 75
Offline Offline

Gender: Male
Posts: 754



Wheres My Coffee ????


WWW Stats
« Reply #16 on: December 04, 2006, 07:09:33 PM »

Quote
but my guess is he's never seen the process (and associated documentation) that businesses have to go through for things like ISO9000 certification. If you think that writing code is complicated, wait until you have to describe your internal business policies in the formalized language of a certification standard in order to implement the core business logic that drives your company.
that has nothing to do with programming.

Quote
Computers can only do what we tell them to do. There is no option to "do what you think I mean, not what I say" and hopefully there never will be. Once computers start making subjective decisions about what code they think they should execute, we've got a problem on our hands.

I gree.. what i'm getting at is that the writters of the programming languages themselves could be taking more of the leg work out.. eg: assign variable types and values according to what the user is askinbg for .. so that the endprogrammer dioesn't need to know wether its an int , byte or what ever.. also make syntaxes more human readable .. that the programming languages need to do mre.. eg: back in the old days we the everyday programmer had to keep track of heap, registers , accumulators.. these are now all handled by the compiler.. so what i'm saying is that the languages of tommorow (down the track) should be able to tajke up even more.. eg: if your inputting a string of letters then it should know that a variable that contains a string is neded and be able to assign it on compilation and be ableto associate it with a routine. the compiler / parser should be able to understand which variables need to be global and which should need to be local and alike.. NOT THE COMPUTER .. THE PROGRAMMING LANGUAGE.. OR PARSER after all its acting as a tyranslater from what ever syntax it is using into what the computer can understand.. if this wasn't the case then we'd all be writting al our code in binary still.. ALL COMPUTER CODDING LANGUAGES are like translaters.. that talk to the Cmputers processor or other DLL's / libraries ..

Basicly it boils down to this .. yes computer programming has come a long way.. but it has a long way to go to make it so that most people out there can simply sit in front of a computer and get it to do what they want..

As far as OS's .. to me they are taking away the flexability of programmers.. ou can no longer talk directly to hardware.. you have to go through their libraries.. and IF the OS or Graphic driver allows something to be done then you simply can't do it.. eg: on the older computers one could send low level commands to the sound cards/ chips  to generate sounds on the fly.. now days from what i've seen thats no longer pssible.. eg: to get a soundcard to play a waveform for a certian length of time with simple ADSR settings.. to get the sound effects you want you now have to use external devices and record thewm then load them in either through a resourse or as a stand alone file....

Please f i'm wrong tell me how to do it without spending thousands on extra plugins or software.. hell on the C64 all this and more was possible and more..

I know that these is a need for stability and conformaty but things are going too far that you can't do things that you used to be able to.. IF one wants to.. the commands and instructions that used to makje such sounds were only 2-3 commands .. now you need a sound file of frim x00bytes to do it.. and have to load it into memory..
 
I'm sorry if people think i'm talking rubbish .. everyone has their own opinion as to what a programming language should / shouldn't do.. thats why there are so many out there .. Pity there arn't as many OS's maybe then there would be more diversity and peoples ideas rather than having them dictate to US humans the way THEY want us to use them.. WE are supposedly the masters not THEM.. at the moment THEY are dictating to US how we can use them instead of the OTHER way around..

I'm not saying that Computers should make assumptions.. the programming languages themselves should be more intuative.. and tollerent / self correcting.. in some aspects..

The day will come that one only needs to tell a computer what they want to do and it will do it.. like the computers making cars .. they have been programmed to do it.. the end operater only tellsa it what part to make and the program does the rest.. thats howe i see programming ending up.. where the programming language has a lot of the workings inbuilt and the end user / programmer doesn't need to worry about them.. much like dll's are today but on a grander scale..
Report to moderator   Logged
Roberto Bianchi
Newbie
*

Bananas: 0
Offline Offline

Gender: Male
Posts: 12


WWW Stats
« Reply #17 on: December 04, 2006, 10:25:59 PM »

Hi,

I hope that next programming language was not only for programmers but for almost every people.
Moreover programmes have already  today a great choice of language for their stuff, of course every new improvement or innovation is welcome, and personally I need it.
But if we watch around ourselves we find a lot of people that work with a computer and although they have the need to automate or simplify some tasks, they aren’t able to do it.
Often their first attempt break up with the Excel macro and VBA.
Well for me next generation language should be more possible natural, language neutral, and if not requested by the user it should hide the complexity of type, vars, structure and son on (the details),
leaving the user to focused itself only on the problem and its resolution.
It’s for that I’m following the .NET revolution with greater interest.

Regards,
Roberto
Report to moderator   Logged
Mike Stefanik
Jr. Member
**

Bananas: 6
Offline Offline

Posts: 51


 Stats
« Reply #18 on: December 05, 2006, 06:38:51 AM »

I hope that next programming language was not only for programmers but for almost every people.

Why? Most people out there don't care about programming, they just care about the end tasks. They couldn't care less about how the computer does what it does, only that it does it correctly. The people who do care, well they will become interested in programming.

What you're saying would be the same as saying "I hope that in the future, microfluidics would be for everyone". As society becomes more complex, and the tools that it depends on become more complex, the need for specialization increases ... it does not decrease. And, of course, we see that happening already. It used to be that 40 years ago, you were a "programmer". Today, it's a multidisciplinary field that is only getting more and more specialized.
Report to moderator   Logged
kryton9
Hero Member
*****

Bananas: 4
Offline Offline

Gender: Male
Posts: 836




WWW Stats

Champion of
 
« Reply #19 on: December 05, 2006, 10:42:48 AM »

Mike it is being more specialized exactly because of the problems with the languages and os's. You say having a 3d interface is not useful, how do you know? Who knows what use will come when someone has it as a tool, it could be used in remote surgery, exploration, just as we use video now to conference and telecast lectures and educational material, the 3d world could put us there. This is just one idea.

All of us have interests in many things, we are turned off and migrate to those things we can grasp and work with, but if we had the power we would interact and work on those other things that might be too difficult now. That is the power of what can happen when languages and os's free us.

The real power in pc's is coming and is already here, but for true voice and stuff maybe another 3 to 5 years. Our languages and os's need to be ready for the explosition that is about to come. We need the tools to make it happen and to keep pace. The fact that the languages aren't meeting the need has been evident, the last couple of years the video cards have been way ahead of the curve in what the game developers could code. The reason is the complexity of the languages as they are now.

The OS should do more than what you listed. It should be able to talk to any device, there needs to be a language where any device out there now to ones unknown of can say what they are, what they do, how you interface with it and it should present info that allows the OS to work with it dynamically. That is once the OS gets this info, it creates a driver on the fly for that device. That is just one idea.

Will stop here as could go on all day Smiley
Report to moderator   Logged

http://ks9.us Remmer Version 2.0 released for Windows.
Blue Steel
Administrator
Hero Member
*****

Bananas: 75
Offline Offline

Gender: Male
Posts: 754



Wheres My Coffee ????


WWW Stats
« Reply #20 on: December 05, 2006, 01:46:13 PM »

people want to be able to change things.. to better suit their needs .. If i had $1.00 for every time i've heard "Why can't it just do this" .. or " I wish this could to that" or "I want to change how that does this" ..

It shows that people Do want more from their software.. and what better way than to let them alter it themselves ..

Your right the average end user arn't interested in programming. Who can blame them the way things are .. its like learning a foreign language .. If it could be turned into every day phrases and words then a lot more people could then get their computers to do what they want. instead of having to run software designed by people who don't have their individual needs. It is after all what programming is all about .. to be able to get the computer to do what you want/need.

thats why Graphical desktps are around.. can you imagine the average user today having to type every command in from the command line.. Of course not some people are simply point and click. They still have the same need to have what they want done how and when they want it done. thats why thre are lts of GUI's out there that take away the need to know how to use all these terms that we use in programming today.. The programming of the future will evolve way passed the easy of use that it is today as more and more language programmers and interface programmers take heed of what the end user needs..

Which is why I always enphosize the need for maximum user configurability in what i write.. To enable the End user the choice in how things happen.. what they can see and do and when they can see or do it.. and it also must be as bug free as it can be.. Nothing is more frustrating for an end user than a program that simple don't work right.. which unfortunatly is about 80% of the software thats out there today .. I can pick up just about any software and find bugs and qwerks in it that weren't a designed feature as some lame programmers put it.. It seems more and more that if you want a program to do what YOU want YOU need to do it yourself. So Yes the End user DOES care about programming .. even if they don't do it themselves.. the programming languages of the future WILL auto correct human errors just like when onme visits over sees into a foreign land.. where they sdpeek a new language and you try to mmunicate with them.. they forgive and can repair the words that you speek into something that they can understand..  It won't happen over night .. but it WILL happen .. unless the human race ceases to exist in the mean time. Wink
Report to moderator   Logged
Roberto Bianchi
Newbie
*

Bananas: 0
Offline Offline

Gender: Male
Posts: 12


WWW Stats
« Reply #21 on: December 05, 2006, 11:09:53 PM »

Hi Mike,

of course users should not take care of programming, they should take care of their end task, but a great end depends on all previous tasks, since task are never ending and more complex, user needed more power to resolve them.
A computer offers power, but often this power is not applicable due a gap between the user knowledge and the system, so I hope next programming language (and OS) could reduce this gap.

Regards,
Roberto
Report to moderator   Logged
Blue Steel
Administrator
Hero Member
*****

Bananas: 75
Offline Offline

Gender: Male
Posts: 754



Wheres My Coffee ????


WWW Stats
« Reply #22 on: December 06, 2006, 02:57:31 AM »

Quote
of course users should not take care of programming,

LOL ...

Why not ?

Thats why programming languages have to get easier to use , require less knowledge of the systems and devices. Then they'll get exactly what they want.

In the old days EVERY COMPUTER came with a programming language. and now days that school of knowledge has been taken away from the computers user.. and all they have been left with is an operating system that they point and click with.

If programming languages did more of the leg work for the user then they could then be freed from the shackles of people who say "That can't be done" or "its to hard to do that" and be charged big biccies for that honour.. at the moment the software market TELLS the USER  what they Can and Can't do and as for their intelligence there are some smart users out there .. Why shouldn't they be able (if the want to) to create their own game or utility an end programmer shouldn't have to know about the OS .. or the devices they should;d be able to tell the computer what they want and have the computer do it.

If languages didn't develop and become easier as they have been attempting to rather than pandering to those who know all the ins and outs off the OS's or devices then even todays programmers would still be using punch cards.. and binary input .. can you imagine writting games in binary because there were no other languages .. If no one made them easier to use.. and more relevant to their tasks..
a lot of programming today is all about one thing .. making money... not providing what the customer, wants.. sure they come close .. but they never give the user exactly what they want .. so that they have to come back next release to buy an upgrade that costs even more money.. has more features and even more hindrance's in usage. so that they have to come back for the latest patches .. and it goes on and on.. What a lot of the Big Software Writers are always afraid of (and that includes Microsoft) that someone one day will come and do away with all of that and finally empower the end user with the tools (be it a programming language , OS , or GUI) they need to do things for themselves.. because then they wouldn't make any money.

Look at the windows interface for a start... they give you only the bare essentials to what THEY think the end user needs.. Just look at all the interface improvements like windows blinds , and desktopx , objectdesktop, shell styles, etc.. that Microsoft could have incorporated but haven't .. even to this day with windows vista .. windowsblinds can do more to the desktop than microsoft allows the end user access to and for what .. an extra measly $59.00 (thats commercial value not development costs which in the life span of the OS would be way less per unit sold). Just Lock at all the word processors out there today or spreadsheeds.. none offer much more than they did 2 years ago..  Its the Big software companies and alike that are holding things back. and why professional paid programmers gave a sigh of relief when the programming languages stopped being provided FREE with the OS. and the end users have been brain washed into thinking that they could never write their own software and don't even go looking for all the Resources available to them on the net. Hobby languages and hobby programmers are on the increase now with the availability on the net.. prior to that  it was extremely difficult to find affordable languages to use..

and if you really believe what you said above which i quoted then my friend your in for a big shock... because as i said the end user won't need to know how or why things work.. they'll simply be able to program just as easily as using a word processor and or a GUI.. to point and click to tell the programming language or interface to a programming language to provide them with just what they want



Report to moderator   Logged
Mike Stefanik
Jr. Member
**

Bananas: 6
Offline Offline

Posts: 51


 Stats
« Reply #23 on: December 06, 2006, 08:12:04 AM »

Cameron, you do realize that what you're talking about has been prognosticated for (at least) the last 20+ years, right? Heck, I can remember technologists claiming that programming, as a profession, would cease to exist... well, right about now.

The argument that everyone should be able to easily program is like arguing that everyone should be able to build their own cars, design their own microprocessors... it's just not going to happen. People, by and large, do not care that there's no simple BASIC interpreter that they can boot their system to. Let me repeat that:

Most people do not care about programming their computers.

You're arguing for something that is completely irrelevant to 99% of the people who buy and use computers every day. Why in the world go through all of the effort to make some "everyman's" programming language that is going to be ignored by almost everyone?

As I see it, languages should be designed and written for the people who actually use them, not for some hypothetical group of end-users who have no education or skills in the design and implementation of software. I have a standing joke with a doctor friend of mine, where I told him "You don't worry about messing with your computer systems, and I won't try performing surgery on your patients." That about sums it all up.
Report to moderator   Logged
Roberto Bianchi
Newbie
*

Bananas: 0
Offline Offline

Gender: Male
Posts: 12


WWW Stats
« Reply #24 on: December 06, 2006, 09:48:47 PM »

Hi Mike,

only not build their own cars but drive them where they want. Unfortunatly still today a computer likes more a train instead than a car, for the rest you are right.

Ciao,
Roberto
Report to moderator   Logged
kryton9
Hero Member
*****

Bananas: 4
Offline Offline

Gender: Male
Posts: 836




WWW Stats

Champion of
 
« Reply #25 on: December 06, 2006, 10:07:05 PM »

Remember that language Logo or was it Turtle, but something like that and it had nice simple instructions and kids in elementary school or middle school were writing programs for it and then there was a little robot or something that could actually mimic what the onscreen thingy was doing, maybe the thing on the screen was the turtle and the language was Logo. That as back in the mid to late 1980's. I thought we would have had so many more cool things like that afterwards, there were a lot of dead years there when the programming world fell in love with C and if you notice all the cool things sort of dissappeared.

Finally microsoft has a language for writing to mindstorm robots. I haven't looked at it to see if it looks as fun to code in as Logo was.

My Mac Plus as all the Mac's had that really cool feature of you dragging a floppy icon to the trash and it would eject the floppy, no eject button to push. I remember all my friends with PC's would see that and be just as amazed by how cool that was, we went from those kind of OS's and cool languages just the wrong way in the 1990's, the 90's to programming was like the 70's to our space program. Dead or a wasted decade.

Have you guys ever played with the virtual reality units that were out in the early 1990's, those were so cool, even with the simple graphics of back then. That just collapsed and never flourished. I was lucky to live in an area with an amusement park at the time and they had various arcades and virtual reality booths, everyone who came to visit me I would take them there and everyone loved it from young to old, never understood why it died, but the 90's like I said killed a lot of things in computing.
Report to moderator   Logged

http://ks9.us Remmer Version 2.0 released for Windows.
stevenp
Full Member
***

Bananas: 1
Offline Offline

Posts: 227




 Stats
« Reply #26 on: December 07, 2006, 06:14:16 AM »

Krypton, you made some good points.  Logo was interesting in that it was easy to pick-up and use right from the start.  It may have only been a toy language but it was fun.  Creative, fun languages are rare while the world of programmers marching on from embracing C\C++ to .NET.  I personally think there is room for some play languages like Logo or the like for average person of all ages.  There is a very simple language that just about anyone can pick up that's actively being developed and it's called Leopard (http://leopardprogramming.wordpress.com/).  Here's the application page with examples: http://www.weatherbug.com/leopard/leopardApplicationCatalogPage.asp.  The interesting thing is it has Logo built-in.
« Last Edit: December 07, 2006, 06:16:27 AM by stevenp » Report to moderator   Logged
Mike Stefanik
Jr. Member
**

Bananas: 6
Offline Offline

Posts: 51


 Stats
« Reply #27 on: December 07, 2006, 08:05:24 AM »

... we went from those kind of OS's and cool languages just the wrong way in the 1990's, the 90's to programming was like the 70's to our space program. Dead or a wasted decade.

I think that's just a natural consequence of the computer and software industries growing up and moving from the "gee whiz, that's cool" phase and into the "business" phase where the focus is on utility and what they offer to the bottom line in terms of productivity.

I think what some of you guys are really trying to say is that you miss the "good old days" when there were a lot of hobbiest programmers where writing software wasn't a means to an end, it was just something fun and challenging to do. That was when "commercial" software meant that it was a floppy disk and some photocopied documentation in a ziploc baggie. Like the old saying goes, "You can never go home again".
Report to moderator   Logged
kryton9
Hero Member
*****

Bananas: 4
Offline Offline

Gender: Male
Posts: 836




WWW Stats

Champion of
 
« Reply #28 on: December 07, 2006, 12:24:06 PM »

@Steven, thanks for the link, never heard about that language. I bookmarked it and sent it off to my friends who want to get into programming but can never get into it. I think this language could be the magic one. I know I will have fun tinkering with it.

@Mike, those days were cool, but that is not what I or I think Steven were saying. Based on those cool things that were happening, we should have moved onto virtual reality units, then maybe some sort of projection system, I don;t know if you guys ever saw this game at the arcade, but it looked like a holographic image. It wasn't one of course, but it sure looked like it was projected like one. You could walk around and see the characers, I recorded a video of it while playing it, I need to find my video tape and digitize it. I was sure something like that would be available for home use by now.

I think another fun era is coming though, when we have these powerful chips, and what that genius is doing with image recognition by using humans to put together incredible amounts of data, is going to bring a boom back into tech like we haven't seen before.

Robotics, portable devices and really fun full featured media rich interactivity is going to usher in this stuff.
If that new c++ is what the next gen is going to look like, then c++ will not continue being the dominate language anymore, my opinion of course.

Ok found a link for that awesome game:  http://www.klov.com/game_detail.php?letter=T&game_id=10124
« Last Edit: December 07, 2006, 12:26:14 PM by kryton9 » Report to moderator   Logged

http://ks9.us Remmer Version 2.0 released for Windows.
Pages: 1 [2]   Go Up
  Print  
 
Jump to:  

Donate / Link

Please Make a Donation

Goal $30.00 a month
Recieved this month
$10.00

Donators this month so far
Haimj

Thanks for your donations

Link to us
use this code/button
on your site


Mini Calendar

February 2010
SuMoTuWeThFrSa
123456
78910111213
14151617181920
21222324252627
28

Upcomming Holidays
Valentine's Day

Upcomming Birthdays
MikeHart (44)

ShoutBox!

*BoldItalicizedInsert ImageInsert Quote
* Smiley Wink Cheesy Grin Angry
Last 100 Shouts:
January 13, 2010, 03:24:56 AM
Wow did it got quite here again. Wink
December 31, 2009, 02:29:22 PM
increased number of recent messages in sideblock and on front page due to increasae of messages posted
December 30, 2009, 08:56:57 PM
thanks i've just added that mod.. fingers crossed
December 30, 2009, 01:30:07 PM
I've partially solved spammers problem installing this mod: http://custom.simplemachines.org/mods/index.php?mod=1078
December 30, 2009, 05:49:26 AM
I'm getting spammed a lot more on this server to where I used to be
(I ran the other server and spammers were blocked from ALL the sites on that server.. i usee to add them into the firewall deny list
December 30, 2009, 05:47:41 AM
Darn spammers Sad grrrrrr
December 30, 2009, 02:29:55 AM
and need sleep again Wink
December 30, 2009, 02:29:37 AM
yup and awake again.. Wink
December 29, 2009, 10:37:05 PM
He should be sleeping by now Smiley
December 29, 2009, 10:18:36 AM
GO TO BED CAMERON!!!
 Grin
December 28, 2009, 07:38:15 PM
Ups, sorry. Did see tham Spam related shout.
December 28, 2009, 01:57:47 PM
9:57 am here and still  havn't been to bed/Sleep lol
December 28, 2009, 09:24:13 AM
Attachments are now working again.. sorry.. i had the wrong path set up in the config Sad
December 28, 2009, 06:22:02 AM
everytime i try to go to bed someone posts another message.. lol.. its 2:21 am here now.. lol
December 28, 2009, 04:32:11 AM
Don't report spam at the moment as i know theres going to be a lot at once.. i'm working on it
December 28, 2009, 04:31:32 AM
I['ve just fixed the mail verification system .. so there will no doubt be a lot of spammers hitting all at once.. hopefully i can catch them before they turn CM into a spam zone..
December 24, 2009, 01:09:11 PM
merry Christmas fron down under and Codingmonkeys and myself
December 11, 2009, 01:46:50 AM
If you are having problems setting up or activating an account then please contact monkey1@codingmonkeys.com
December 03, 2009, 09:22:44 PM
Donation button should be working again now Wink thanks
(had to rebuild it with the paypal button builder
November 30, 2009, 03:00:14 AM
boo!
November 29, 2009, 06:41:35 PM
the monthlu donations link does not work
November 23, 2009, 11:47:03 AM
just had the host fix a problem with the galleries and links not operating properly. Thanks to Petr for pointing it out Wink
October 31, 2009, 04:09:07 AM
Codingmonkeys is now on a new server / web hosting company please tell me if anything isn't working properly
October 04, 2009, 02:59:35 AM
 Afro g'day mates. BlueSteel one of my best mates and partners in interest of al kinds for us to be free from ablities taken from us due to our challenges in our life! If I could say here, better, I talk to him, Well done mate good job!
September 23, 2009, 09:08:44 PM
Spam relating to Google cleared from Creative Section .. 24/9/09
September 13, 2009, 06:44:57 AM
fixed 2 problems in the database .. after major system hang up.. I'm looking to see now if someone isn't trying to shut our server down.. its not just Codingmonkeys on this server..
September 13, 2009, 04:59:58 AM
Getting Database error in forum.

Bill
August 30, 2009, 08:31:32 AM
you scared me.. from out of the deep silence for over a week Sad
August 29, 2009, 11:26:56 PM
Boo
August 25, 2009, 07:27:19 PM
Thanks for the Info
August 20, 2009, 12:43:33 AM
July 31, 2009, 10:14:15 AM
Ihr Willkommen
July 24, 2009, 09:21:21 AM
Danke nochmal. Das bestätigt nun entgültig alles. Smiley
July 14, 2009, 11:52:25 AM
Just added my IBP paks again to the download section.
July 03, 2009, 08:36:26 PM
Happy 4th July Wink
July 03, 2009, 08:35:38 PM
Freaky .. total posts to the site
Total Posts: 11111
June 14, 2009, 05:01:56 AM
Well, some folks are busy coding Wink
June 11, 2009, 09:53:05 PM
Seems a bit quiet  Smiley
June 01, 2009, 07:51:42 AM
lol i caught a spammer before they could post Wink
June 01, 2009, 04:38:19 AM
hi mike
May 31, 2009, 10:53:47 PM
retesting Wink
March 11, 2009, 07:27:29 AM
Zerodog Lives
February 18, 2009, 11:33:05 AM
Of course looks Ok.
February 18, 2009, 09:03:24 AM
Hello!!!!!!!!!!!!!!!
February 17, 2009, 08:55:42 PM
I see it. It's beeen very quite lately though
February 17, 2009, 04:07:27 PM
testing.. testing.. can anyone see this ?
Show 50 latest

Latest Pics

Looking at the Bugs

Posted by Blue Steel on 03 Sep 2008

I should have listened to the Staff here

Posted by Blue Steel on 03 Sep 2008

Gulp

Posted by Blue Steel on 03 Sep 2008

ThinBasic Adventure Builder

Posted by catventure on 15 Oct 2006

Blue Steel

Posted by Blue Steel on 17 Sep 2006

You want it When ?

Posted by Test on 17 Sep 2006

Arcade Chimps

Triathalon
Latest High Score by
GIB3D
with 152460 on
Triathalon
------------------
The Top Players

1 - Gertjan
Number Of Wins : 31

2 - Dav
Number Of Wins : 20

3 - abccad
Number Of Wins : 13

4 - Guest
Number Of Wins : 13

5 - Barney
Number Of Wins : 10

6 - Todd Riggins
Number Of Wins : 3

7 - joske
Number Of Wins : 3

8 - celphick
Number Of Wins : 3

9 - Julio
Number Of Wins : 3

10 - shockwave
Number Of Wins : 2

Article/tutorials

Comments: 0 Views: 82
Rating: Not Rated (0 Voters)
Posted in FreeBasic Category
By rdc
At January 05, 2010, 03:31:00 AM

Comments: 0 Views: 74
Rating: Not Rated (0 Voters)
Posted in FreeBasic Category
By rdc
At January 05, 2010, 03:19:00 AM

Comments: 0 Views: 667
Rating: Not Rated (0 Voters)
Posted in No Category Category
By Blue Steel
At June 03, 2009, 12:03:00 PM

Comments: 0 Views: 52257
Rating: Not Rated (0 Voters)
Posted in Recent Category
By Blue Steel
At June 01, 2009, 07:29:00 AM

Comments: 1 Views: 622
Rating: (1 Votes)
Posted in No Category Category
By Blue Steel
At June 01, 2009, 01:23:00 AM
TinyPortal v1.0 beta 4 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.145 seconds with 52 queries.

Google visited last this page February 02, 2010, 06:05:52 AM