Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Video gaymes

Name: Anonymous 2011-09-13 8:26

https://s3.amazonaws.com/ld48/PoC_source.zip

Notch created this game within 48 hours as part of the ludumdare.com competition. I'm actually amazed how clean and easily understandable the code is, despite it's in Java. What do you think?

Name: Anonymous 2011-09-14 10:06

>>4
Lisp will never be as readable as Java.
"readable" = verbose as fuck.
cobol, pascal, python and visual basic are "readable".

Example of readable code:

Public Function Replace(
   ByVal Expression As String,
   ByVal Find As String,
   ByVal Replacement As String,
   Optional ByVal Start As Integer = 1,
   Optional ByVal Count As Integer = -1,
   Optional ByVal Compare As CompareMethod = CompareMethod.Binary
) As String


Example of code I write in my DSL:

repla Expr Src Dst Off=1 Len=-1 Cmp=n -> /* code goes here */

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List