Showing posts with label language. Show all posts
Showing posts with label language. Show all posts

Thursday, 12 November 2009

Go Programming Language

Google has developed a new language for designing applications in.

You can find out more here & watch a video about it on YouTube here.



Powered by ScribeFire.

Monday, 24 August 2009

Saturday, 1 August 2009

Random Numbers in C

Thread here on the Ubuntu Forums containing useful information on the subject of generating random numbers in the C programming language.

Sunday, 8 March 2009

Corn Programming Language

I first encountered Corn in early 2006, I thought it was pretty good but I encountered problems with program compilation & execution. For some reason after placing the Corn bin folder on my PATH environment variable, Corn would complain that the installation directory was incorrect.

Last year I downloaded the newest version of Corn (v2.8.2) but after trying to compile a simple example with it...

corncmp -o hello.pack hello.corn

I received the following error...

exception of unknown class

I sent an E-Mail to the author of the language to see if he could help but he didn't seem that interested which was a shame.

Monday, 5 January 2009

Benchmarking Coding Languages

Useful site here, which compares the speed that different programming languages run at on Ubuntu Linux.

Wednesday, 31 December 2008

Basic4GL: Promo Video

Back in 2007 I made a video showcasing some of the things that could be done in the Basic4GL Programming language.

Monday, 15 December 2008

Wrox: Assembly Programming

The 'Professional Assembly Language' book published by Wrox contains a lot of programs written in the GAS syntax. Sadly they use a few Linux commands which means they aren't as cross platform as they could be.

On the Wrox forum here, there is a solution to this problem though.

Tuesday, 18 November 2008

M_PI in C

Interesting discussion here on the Ubuntu forum about the use of the mathematical constant M_PI in the C Programming language. More useful information can be found here.

Saturday, 11 October 2008

Wednesday, 8 October 2008

Prime Numbers

Thread here at the Ubuntu forum which shows you programs for prime number checking written in many different languages.


Powered by ScribeFire.

Tuesday, 7 October 2008

CORN Programming Language

I first discovered the CORN Programming Language back in 2006. I didn't think that it was being developed anymore but it is & the new website can be found here.


Powered by ScribeFire.

Tuesday, 23 September 2008