Home
Post Your Data
Categories
Community
Help
username:
pass:
|
register
Items in your comparison basket
compare >>
Comparing Language Features of Python, Java, and Ruby
Comparing equivalents between programming languages is a good way to learn a new language.
0 agree
0 disagree
last contribution by
wahyu
| posted on 2008-07-26 | 1822 views |
[browsing in Tablefy]
Null Value
Object to String
Regular Expression
Object Instantiation
Java
null
toString()
Pattern.compile("\\A[abcd]\\Z")
Object obj= new Object()
Python
None
__str__
re.compile('\A[abcd]\Z
...
Ruby
nil
to_s
/\A[abcd]\Z/
...
embed code:
What do you think?
agree
disagree
1 Comments
/compare/2569-tog
wahyu
posted 2008-07-26
argh I shouldn't have removed semi colons in text values, I
will patch it later
report as spam
1
Leave a comment
Related Data
Comparing Language Features of Python, Java, and Ruby
Java
add item
Python
add item
Ruby
add item
by
wahyu
0 agree
0 disagree
python versus php
python
add item
php
add item
by
sutch
0 agree
0 disagree
from:
another unit:
how many
years
months
weeks
days
hours
minutes
seconds
from:
to:
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
add
to compare
remove
from comparison
argh I shouldn't have removed semi colons in text values, I
will patch it later