Commit Graph

425 Commits

Author SHA1 Message Date
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
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
Paul Tagliamonte
025e501b13 cleaning up the tests a bit 2013-04-01 20:00:37 -04:00
Paul Tagliamonte
678ef441e5 Adding in tuple checkingish. 2013-04-01 19:53:04 -04:00
Paul Tagliamonte
6831841699 Adding in some tests for print 2013-04-01 19:51:21 -04:00
Christopher Allan Webber
b4ba4087df Minor stylistic change to compiler.py 2013-04-01 18:41:55 -05:00
Paul Tagliamonte
426c7cd829 Test bad decoration 2013-04-01 19:38:58 -04:00
Christopher Allan Webber
c098db9b51 We should call simple-conversation after defining it, just like we did in python! 2013-04-01 17:59:26 -05:00
Christopher Allan Webber
731f1afd57 One more conversion of (def) -> (setv)... ho ho ho!
This time in the flask app!
2013-04-01 16:52:57 -05:00
Christopher Allan Webber
1b60bee8a3 Change all instances of (def foo bar) to (setv foo bar)!
I'm in ur base polluting your language with all my opinions!
2013-04-01 16:51:28 -05:00
Christopher Allan Webber
f8be07b643 Defun is now an alias for defn 2013-04-01 16:36:56 -05:00
Christopher Allan Webber
73695881a9 Provide setf and setv as options for setting variables. 2013-04-01 16:32:48 -05:00
Christopher Allan Webber
0c4ae39bc0 Even more lisp sections marked as lispy highlighted code blocks 2013-04-01 15:06:19 -05:00
Will Kahn-Greene
ccb75e62aa Merge pull request #48 from willkg/docs-fixes
Syntax highlight blocks as cl
2013-04-01 09:56:09 -07:00
Will Kahn-Greene
e7cae36ff0 Syntax highlight blocks as clj
* hy is close enough to clojure , we can (ab)use that for syntax
  highlighting code blocks
* fix "sphynx" spelling in requirements file
2013-04-01 12:55:16 -04:00
Christopher Allan Webber
6deb8e303c Adding Will to the AUTHORS 2013-04-01 11:21:00 -05:00
Christopher Allan Webber
df6ef654d7 Switch over to a more lisp'y syntax for the "for" statment docs 2013-04-01 11:01:36 -05:00
Christopher Allan Webber
93583b56a4 TODO: explain more about hy's for 2013-04-01 10:59:13 -05:00
Christopher Allan Webber
d10d9e79f9 Move the comment section, explain for loops 2013-04-01 10:58:13 -05:00
Christopher Allan Webber
5296e6ab55 Explain how to wrap multiple statments of execution in "do" 2013-04-01 10:49:04 -05:00
Christopher Allan Webber
edf33a08b4 Updating documentation for the new cond order 2013-04-01 10:34:36 -05:00
Christopher Allan Webber
9416422330 Changing cond to be more common lisp / emacs lisp like
Instead of:
  (cond (condition-1) (body-1)
        (condition-2) (body-2))

We now work like:

  (cond ((condition-1) (body-1)
         (condition-2) (body-2)))
2013-04-01 10:33:45 -05:00
Christopher Allan Webber
a0acbd7948 Clarifying that we won't be executing the comment, but will exec the code! 2013-04-01 10:12:15 -05:00
Christopher Allan Webber
4d9f0ae6a1 Don't say "comfortable" twice so close to each other 2013-04-01 10:11:07 -05:00
Christopher Allan Webber
be784793f0 Oops, fix the url for the interactive demo 2013-04-01 09:29:33 -05:00
Christopher Allan Webber
f1dd537391 Mention the IRC channel 2013-04-01 09:28:52 -05:00
Christopher Allan Webber
ff65513811 More information about what Hy really is in the language spec section. 2013-04-01 09:27:30 -05:00
Christopher Allan Webber
06adc86f46 A slightly better explaination of what Hy is. 2013-04-01 09:24:15 -05:00
Christopher Allan Webber
f0ec34d6fb Yet another slight improvement to Cuddles 2013-04-01 09:19:38 -05:00
Christopher Allan Webber
f9ed4e8fa8 Mention the interactive hy->python demo 2013-04-01 08:37:40 -05:00
Christopher Allan Webber
13c7cb9736 Refer to the mascot by name! 2013-04-01 08:34:10 -05:00
Christopher Allan Webber
ff99fb89ad Slight improvements to the Cuddlefish's fin. This is critical stuff! 2013-04-01 08:31:41 -05:00
Christopher Allan Webber
fa7876a7a5 Merge branch 'master' of github.com:paultag/hy 2013-04-01 08:29:12 -05:00
Christopher Allan Webber
2ddf752d3e Okay, a cuddlefish that actually renders :) 2013-04-01 08:27:16 -05:00
Christopher Allan Webber
d8fe13a913 Hy: now with "cuddlefish" mascots 2013-04-01 08:23:42 -05:00
Paul Tagliamonte
e8b423011d Update channels to include #hy on freenode 2013-04-01 09:21:12 -04:00
Paul Tagliamonte
6a721b4a3c Merge branch 'intro_docs' of git://github.com/cwebber/hy 2013-04-01 09:08:36 -04:00