public
Description: a ruby-to-pyc compiler
Clone URL: git://github.com/why/unholy.git
Search Repo:
 * README: idea for potion.
why (author)
Mon May 05 02:34:41 -0700 2008
commit  ef3799c41bcd58e74b876fa03f1ef28cbd02a8b6
tree    a4d799b1f5a03fa068968e6999475627e24ddc53
parent  77363ecf78ed1b2eaf1d27b6cdb15503366f60f1
0
...
44
45
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
0
@@ -44,4 +44,28 @@
0
   Python bytecode. It is only too
0
   bad that a Rubyist got a hold of
0
   them. :(
0
+
0
+ $ POTION $
0
+
0
+ Now, image if Ruby and Python
0
+ were to combine into something
0
+ new. Let's call it "potion":
0
+
0
+ > potion test.py
0
+ HELLO FROM PYTHON
0
+ > potion test.rb
0
+ KONNICHIWA FROM RUBY
0
+
0
+ You know, it's crazy that Python
0
+ and Ruby fans find themselves
0
+ battling so much. While syntax
0
+ is different, this exercise
0
+ proves how close they are to
0
+ each other! And, yes, I like
0
+ Ruby's syntax and can think much
0
+ better in it, but it would be
0
+ nice to share libs with Python
0
+ folk and not have to wait forever
0
+ for a mythical VM that runs all
0
+ possible languages.

Comments

    No one has commented yet.