TranceAddict Forums (www.tranceaddict.com/forums)
- Chill Out Room
-- Hahah... Sasha & Digweed in Computer Programming Journal !
Hahah... Sasha & Digweed in Computer Programming Journal !
Hahha.. I was just reading an article about C# (Microsoft's alternative to Java) and look what I found:
C# Article
Here is specifically what I refer to:
import java.util.*;
class Iterate {
public static void main(String[] args) {
// Enumerate command-line args array
for(int i = 0; i < args.length; ++i)
System.out.println(args[i]);
// Create a linked list
LinkedList list = new LinkedList();
list.add("Cube Farm");
list.add("Sasha & Digweed");
// Enumerate the list
ListIterator it = list.listIterator(0);
while (it.hasNext())
System.out.println(it.next());
}
}
code:
if(C# == C++){ Durafei.replyToUglyDaveAndTellHim("Yes UglyDave - It Is!"); }else{ Durafei.replyToUglyDaveAndTellHim("No UglyDave - It's not!"); }
10 print "you are gay"
20 beep
30 goto 10
| quote: |
Originally posted by UglyDave code: |
42
The answer to life, the universe and everything
alternate to java?
fuck man, that is java 
| quote: |
| Originally posted by mezzir alternate to java? fuck man, that is java |
Segmentation fault!
EDIT: Or i should rather say java.lang.Exception.NullPOinterException.

Re: Hahah... Sasha & Digweed in Computer Programming Journal !
| quote: |
| Originally posted by Durafei Hahha.. I was just reading an article about C# (Microsoft's alternative to Java) and look what I found: C# Article Here is specifically what I refer to: import java.util.*; class Iterate { public static void main(String[] args) { // Enumerate command-line args array for(int i = 0; i < args.length; ++i) System.out.println(args[i]); // Create a linked list LinkedList list = new LinkedList(); list.add("Cube Farm"); list.add("Sasha & Digweed"); // Enumerate the list ListIterator it = list.listIterator(0); while (it.hasNext()) System.out.println(it.next()); } } |
Re: Re: Hahah... Sasha & Digweed in Computer Programming Journal !
| quote: |
| Originally posted by charmscars hahahaha. i want to include this as a link in the 'dilemna" thread on tota |

(define (stupidity subject) (- subject intellect))
(define (geekiness subject) (+ (- subject social_life) replying_in_code))
um, what the fuck am i doing?
Haha, Dr. Dobb's Journal (where the article came from) is actually one of the most respected development magazines in the world of computer programming.
I also liked the XML serializing of the Xpander EP (examples 2 and 3). Very cool, great find dude. Plus, the article was pretty informative as well.
| quote: |
| Originally posted by whiskers (define (stupidity subject) (- subject intellect)) (define (geekiness subject) (+ (- subject social_life) replying_in_code)) um, what the fuck am i doing? |
Hmm, that looks like LISP or SCHEME, one of those annoying parenthesis heavy functional languages that I always did so bad on in school because I'd always forget my parenthesies :P
| quote: |
| Originally posted by Mr Game+Watch Hmm, that looks like LISP or SCHEME, one of those annoying parenthesis heavy functional languages that I always did so bad on in school because I'd always forget my parenthesies :P |
Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.