Paul R. Tagliamonte
7c9fa3758c
Print is for loosers.
2013-04-04 21:50:01 -04:00
Paul R. Tagliamonte
4e2e18576a
Fixing a subtle bug.
2013-04-04 21:49:04 -04:00
Paul R. Tagliamonte
256506ede0
Sketch for #50 - branch mangler
...
This is only slightly better. The insert point needs to walk
with the for loop.
2013-04-04 21:47:00 -04:00
Paul R. Tagliamonte
b2406a9d72
list flattener
2013-04-04 19:32:56 -04:00
Paul R. Tagliamonte
3cd35e3ca6
Merge branch 'bugfix/fn-do' of git://github.com/olasd/hy
2013-04-04 07:30:40 -04:00
Nicolas Dandrimont
ba021ed7bf
Count the number of expressions executed in do
2013-04-04 11:20:10 +02:00
Nicolas Dandrimont
06511fe303
Add do-in-defn tests
2013-04-04 11:08:18 +02:00
Nicolas Dandrimont
940afcafa9
Allow (do) inside (defn)
...
Closes #59
2013-04-04 11:07:38 +02:00
Nicolas Dandrimont
99f62fb8b3
Add some tests for defn
2013-04-04 09:29:21 +02:00
Paul R. Tagliamonte
20df97a66d
note to self, changelog
2013-04-03 20:39:00 -04:00
Paul R. Tagliamonte
d421d869af
Fixing the "olasd" bug
2013-04-03 20:18:56 -04:00
Paul R. Tagliamonte
1763cb7a60
Merge branch 'master' of git://github.com/olasd/hy
2013-04-03 19:52:51 -04:00
Christopher Allan Webber
d5d05c1dba
Removing accidental 1 insertion. Sorry paultag!
2013-04-03 16:27:20 -05:00
Christopher Allan Webber
39bc7e0b97
Replacing "quirks and eccentricities" with a "welcome"
...
We love welcoming people!
2013-04-03 16:27:01 -05:00
Christopher Allan Webber
976d8b5bf1
Renaming "language spec" to "tutorial"
2013-04-03 16:21:31 -05:00
Nicolas Dandrimont
b098070a7d
Add myself to AUTHORS
2013-04-03 21:03:34 +02:00
Nicolas Dandrimont
d070d3d484
Add while loops to the compiler
2013-04-03 19:55:09 +02:00
Christopher Allan Webber
c627fad5e2
No documentation of one of .hy's coolest features, bidirectional imports!
2013-04-03 11:59:52 -05:00
Christopher Allan Webber
4a6fa15099
There's no reason for the " ; and a little more complex" comment
2013-04-03 11:30:22 -05:00
Christopher Allan Webber
ab1f30def5
Add hy logo to frontpage of docs
2013-04-03 11:27:40 -05:00
Christopher Allan Webber
3537a8285d
New (hy) logo!
2013-04-03 11:00:35 -05:00
James King
dceaad716a
[WIP] Added lambda list keyword parsing step
...
This allows us to translate lisp argument lists to Python ones.
(defun foo (x y &rest z &optional {foo 3} &aux kwargs))
translates roughly to:
def foo(x, y, *z, foo=3, **kwargs):
pass
2013-04-03 11:39:31 -04:00
James King
c200b4e3d1
Added HyLambdaListKeyword tokens to the lexer
...
The name "lambda list keyword" is a historical artifact from the CLHS
and not optimal (http://clhs.lisp.se/Body/26_glo_l.htm ).
The name may change at some point.
2013-04-03 10:19:18 -04:00
Paul Tagliamonte
7fed29dad8
Forgot to add @jd to AUTHORS. Thanks!
2013-04-03 09:22:37 -04:00
Paul Tagliamonte
f1ed021219
Merge branch 'jd/print-compile-error-in-repl' of git://github.com/jd/hy
2013-04-03 09:01:57 -04:00
Paul Tagliamonte
0eeb5321e1
Merge branch 'jd/if-parsing' of git://github.com/jd/hy
2013-04-03 09:00:53 -04:00
Julien Danjou
bcdf31e287
Do not quit hy if compile error occurs
...
Signed-off-by: Julien Danjou <julien@danjou.info>
2013-04-03 11:44:28 +02:00
Julien Danjou
1c8d21e3de
Raises TypeError on bad if statements
...
This relates to issue #6 .
Signed-off-by: Julien Danjou <julien@danjou.info>
2013-04-03 11:25:17 +02:00
Paul Tagliamonte
41f0a69862
Add in a Python 3 hello world
2013-04-02 21:33:08 -04:00
Paul R. Tagliamonte
9c3142f752
tigten that code up a skitch
2013-04-02 21:00:50 -04:00
Paul R. Tagliamonte
4e7362848a
adding in a bit about the double rainbow
2013-04-02 20:56:10 -04:00
Paul R. Tagliamonte
d316a8fde8
covering the new bits
2013-04-02 20:49:42 -04:00
Paul R. Tagliamonte
26f38367e9
cleaning the last bit up
2013-04-02 20:47:24 -04:00
Paul R. Tagliamonte
c8d3a1859e
Reflowing the list-comp bits.
2013-04-02 20:47:24 -04:00
Christopher Allan Webber
a878a7f7d5
List comprehensions example
2013-04-02 19:12:33 -05:00
Christopher Allan Webber
65b162cda2
Hy is lisp-stick on a python!
2013-04-02 18:55:59 -05:00
Paul Tagliamonte
12106d3d37
idle cleanup
2013-04-02 14:50:16 -04:00
James King
aa3a4e54cd
Minor py3.3 fixes
2013-04-02 14:38:21 -04:00
Paul Tagliamonte
3826a05612
removing list-comps from the TODO
2013-04-02 09:00:51 -04:00
Paul Tagliamonte
6e3ec0b669
Adding a bit about comrehensions to the changelog
...
.. entry from last night.
2013-04-02 08:59:52 -04:00
Paul R. Tagliamonte
b1c605cc6a
Updating the tests to not break Python 3.x
2013-04-01 23:06:59 -04:00
Paul R. Tagliamonte
fb6ec426e6
Adding in list comprehensions.
...
Thanks to paroneayea for the syntax brotip.
2013-04-01 22:47:11 -04:00
Paul R. Tagliamonte
a79df88f37
noting more changes
2013-04-01 22:15:38 -04:00
Paul R. Tagliamonte
b077af9620
more tests
2013-04-01 22:13:45 -04:00
Paul R. Tagliamonte
c4b270a727
test coverage bits
2013-04-01 22:07:05 -04:00
Paul R. Tagliamonte
397db464a5
Add a bit about the threading macro
2013-04-01 21:20:44 -04:00
Paul R. Tagliamonte
e8d7a01752
Bwaha, paroneayea typo
2013-04-01 21:09:30 -04:00
Paul R. Tagliamonte
bb14b7a7f6
Add progn in :)
2013-04-01 21:08:32 -04:00
Paul R. Tagliamonte
f60daaa40d
Really square braces!
2013-04-01 21:08:19 -04:00
Paul Tagliamonte
73316d89e7
Adding in some bits to the changelog
2013-04-01 20:03:06 -04:00