Commit Graph

  • 9c3142f752 tigten that code up a skitch Paul R. Tagliamonte 2013-04-02 21:00:50 -0400
  • 4e7362848a adding in a bit about the double rainbow Paul R. Tagliamonte 2013-04-02 20:56:10 -0400
  • d316a8fde8 covering the new bits Paul R. Tagliamonte 2013-04-02 20:49:42 -0400
  • 26f38367e9 cleaning the last bit up Paul R. Tagliamonte 2013-04-02 20:47:10 -0400
  • c8d3a1859e Reflowing the list-comp bits. Paul R. Tagliamonte 2013-04-02 20:46:32 -0400
  • a878a7f7d5 List comprehensions example Christopher Allan Webber 2013-04-02 19:12:33 -0500
  • 65b162cda2 Hy is lisp-stick on a python! Christopher Allan Webber 2013-04-02 18:55:59 -0500
  • 12106d3d37 idle cleanup Paul Tagliamonte 2013-04-02 14:50:16 -0400
  • aa3a4e54cd Minor py3.3 fixes James King 2013-04-02 14:38:21 -0400
  • 3826a05612 removing list-comps from the TODO Paul Tagliamonte 2013-04-02 09:00:51 -0400
  • 6e3ec0b669 Adding a bit about comrehensions to the changelog Paul Tagliamonte 2013-04-02 08:59:52 -0400
  • b1c605cc6a Updating the tests to not break Python 3.x Paul R. Tagliamonte 2013-04-01 23:06:59 -0400
  • fb6ec426e6 Adding in list comprehensions. Paul R. Tagliamonte 2013-04-01 22:47:11 -0400
  • a79df88f37 noting more changes Paul R. Tagliamonte 2013-04-01 22:15:38 -0400
  • b077af9620 more tests Paul R. Tagliamonte 2013-04-01 22:13:45 -0400
  • c4b270a727 test coverage bits Paul R. Tagliamonte 2013-04-01 22:07:05 -0400
  • 397db464a5 Add a bit about the threading macro Paul R. Tagliamonte 2013-04-01 21:20:44 -0400
  • e8d7a01752 Bwaha, paroneayea typo Paul R. Tagliamonte 2013-04-01 21:09:30 -0400
  • bb14b7a7f6 Add progn in :) Paul R. Tagliamonte 2013-04-01 21:08:32 -0400
  • f60daaa40d Really square braces! Paul R. Tagliamonte 2013-04-01 21:08:19 -0400
  • 73316d89e7 Adding in some bits to the changelog Paul Tagliamonte 2013-04-01 20:03:06 -0400
  • 025e501b13 cleaning up the tests a bit Paul Tagliamonte 2013-04-01 20:00:37 -0400
  • 678ef441e5 Adding in tuple checkingish. Paul Tagliamonte 2013-04-01 19:53:04 -0400
  • 6831841699 Adding in some tests for print Paul Tagliamonte 2013-04-01 19:51:21 -0400
  • b4ba4087df Minor stylistic change to compiler.py Christopher Allan Webber 2013-04-01 18:41:55 -0500
  • 426c7cd829 Test bad decoration Paul Tagliamonte 2013-04-01 19:38:58 -0400
  • c098db9b51 We should call simple-conversation after defining it, just like we did in python! Christopher Allan Webber 2013-04-01 17:59:26 -0500
  • 731f1afd57 One more conversion of (def) -> (setv)... ho ho ho! Christopher Allan Webber 2013-04-01 16:52:57 -0500
  • 1b60bee8a3 Change all instances of (def foo bar) to (setv foo bar)! Christopher Allan Webber 2013-04-01 16:51:28 -0500
  • f8be07b643 Defun is now an alias for defn Christopher Allan Webber 2013-04-01 16:36:56 -0500
  • 73695881a9 Provide setf and setv as options for setting variables. Christopher Allan Webber 2013-04-01 16:32:48 -0500
  • 0c4ae39bc0 Even more lisp sections marked as lispy highlighted code blocks Christopher Allan Webber 2013-04-01 15:06:19 -0500
  • ccb75e62aa Merge pull request #48 from willkg/docs-fixes Will Kahn-Greene 2013-04-01 09:56:09 -0700
  • e7cae36ff0 Syntax highlight blocks as clj Will Kahn-Greene 2013-04-01 12:02:24 -0400
  • 6deb8e303c Adding Will to the AUTHORS Christopher Allan Webber 2013-04-01 11:21:00 -0500
  • df6ef654d7 Switch over to a more lisp'y syntax for the "for" statment docs Christopher Allan Webber 2013-04-01 11:01:36 -0500
  • 93583b56a4 TODO: explain more about hy's for Christopher Allan Webber 2013-04-01 10:59:13 -0500
  • d10d9e79f9 Move the comment section, explain for loops Christopher Allan Webber 2013-04-01 10:58:13 -0500
  • 5296e6ab55 Explain how to wrap multiple statments of execution in "do" Christopher Allan Webber 2013-04-01 10:49:04 -0500
  • edf33a08b4 Updating documentation for the new cond order Christopher Allan Webber 2013-04-01 10:34:36 -0500
  • 9416422330 Changing cond to be more common lisp / emacs lisp like Christopher Allan Webber 2013-04-01 10:33:45 -0500
  • a0acbd7948 Clarifying that we won't be executing the comment, but will exec the code! Christopher Allan Webber 2013-04-01 10:12:15 -0500
  • 4d9f0ae6a1 Don't say "comfortable" twice so close to each other Christopher Allan Webber 2013-04-01 10:11:07 -0500
  • be784793f0 Oops, fix the url for the interactive demo Christopher Allan Webber 2013-04-01 09:29:33 -0500
  • f1dd537391 Mention the IRC channel Christopher Allan Webber 2013-04-01 09:28:52 -0500
  • ff65513811 More information about what Hy really is in the language spec section. Christopher Allan Webber 2013-04-01 09:27:30 -0500
  • 06adc86f46 A slightly better explaination of what Hy is. Christopher Allan Webber 2013-04-01 09:24:15 -0500
  • f0ec34d6fb Yet another slight improvement to Cuddles Christopher Allan Webber 2013-04-01 09:19:38 -0500
  • f9ed4e8fa8 Mention the interactive hy->python demo Christopher Allan Webber 2013-04-01 08:37:40 -0500
  • 13c7cb9736 Refer to the mascot by name! Christopher Allan Webber 2013-04-01 08:34:10 -0500
  • ff99fb89ad Slight improvements to the Cuddlefish's fin. This is critical stuff! Christopher Allan Webber 2013-04-01 08:31:41 -0500
  • fa7876a7a5 Merge branch 'master' of github.com:paultag/hy Christopher Allan Webber 2013-04-01 08:29:12 -0500
  • 2ddf752d3e Okay, a cuddlefish that actually renders :) Christopher Allan Webber 2013-04-01 08:27:16 -0500
  • d8fe13a913 Hy: now with "cuddlefish" mascots Christopher Allan Webber 2013-04-01 08:23:42 -0500
  • e8b423011d Update channels to include #hy on freenode Paul Tagliamonte 2013-04-01 09:21:12 -0400
  • 6a721b4a3c Merge branch 'intro_docs' of git://github.com/cwebber/hy Paul Tagliamonte 2013-04-01 09:08:36 -0400
  • 767af90175 python hash comments -> hy comments Christopher Allan Webber 2013-04-01 07:32:11 -0500
  • 4334700549 Explaining cond Christopher Allan Webber 2013-04-01 07:14:23 -0500
  • b1d83b12c6 Adding some missing "::" to the rst structure and fixing a sentence fragment. Next: cond! Christopher Allan Webber 2013-04-01 07:10:40 -0500
  • 64ef3ee5ec Merge branch 'intro_docs' of git://github.com/cwebber/hy Paul R. Tagliamonte 2013-04-01 07:35:16 -0400
  • 6c8f0da256 Adding a super basic tutorial to the docs. Christopher Allan Webber 2013-03-31 16:46:56 -0500
  • 82c4ac1b8f Moving to 0.9.3 0.9.3 Paul R. Tagliamonte 2013-03-29 20:38:02 -0400
  • 684c0e928b License bits. Paul R. Tagliamonte 2013-03-28 22:42:53 -0400
  • c447a5dc7e style cleanup Paul R. Tagliamonte 2013-03-28 22:33:32 -0400
  • 32574e140e adding space Paul R. Tagliamonte 2013-03-28 22:32:24 -0400
  • de7a450d92 Adding in a completer. Paul R. Tagliamonte 2013-03-28 21:42:40 -0400
  • 4c50424a66 Don't tab complete yet Paul R. Tagliamonte 2013-03-27 22:20:16 -0400
  • a46a9830ec Forgot these. Paul R. Tagliamonte 2013-03-27 22:19:57 -0400
  • 1f1676c354 Adding in meth Paul R. Tagliamonte 2013-03-27 22:19:27 -0400
  • b480a1ba7d Adding bits that changed Paul R. Tagliamonte 2013-03-27 21:19:07 -0400
  • 116862346a futzing Paul R. Tagliamonte 2013-03-27 20:52:06 -0400
  • 92bc1152e3 Tuples done Paul R. Tagliamonte 2013-03-27 20:14:08 -0400
  • 366264fbab Toying with gevent Paul R. Tagliamonte 2013-03-27 20:09:42 -0400
  • 7eed26f0c3 Adding in tuples. Close #30. Ugly as hell. Paul R. Tagliamonte 2013-03-27 20:09:11 -0400
  • 3d8b436c33 bleh, undoing. We'll have to do something special Paul Tagliamonte 2013-03-26 19:17:42 -0400
  • 0809ef206c undoing that Paul Tagliamonte 2013-03-26 19:14:50 -0400
  • fee6263b85 Trying to double-import to trigger importer bugs Paul Tagliamonte 2013-03-26 19:09:42 -0400
  • 2d781ac631 Import rlcompleter for tab completion Thom Neale 2013-03-26 10:35:12 -0300
  • 731c8ebd1c Adding in a Debian example Paul R. Tagliamonte 2013-03-25 21:37:55 -0400
  • 36dde830ba speling D. Joe 2013-03-25 19:32:19 -0400
  • c7219e3522 Adding in more macrofun Paul R. Tagliamonte 2013-03-25 20:54:36 -0400
  • 0558dadf69 hy repl things Paul R. Tagliamonte 2013-03-25 20:31:58 -0400
  • 6acde1761b Adding an initial changelog Paul R. Tagliamonte 2013-03-25 19:32:02 -0400
  • eb356cb12b Adding in some readline cuteness Paul Tagliamonte 2013-03-25 19:10:59 -0400
  • ccd26205d7 unbreak py3.3? need to re-add with Paul R. Tagliamonte 2013-03-24 10:00:07 -0400
  • dd6a883060 implmenting with Paul R. Tagliamonte 2013-03-24 02:04:44 -0400
  • ed310197dd Adding in a hylarious example Paul R. Tagliamonte 2013-03-23 14:33:04 -0400
  • 26325c4f63 TODO update Paul R. Tagliamonte 2013-03-21 22:48:09 -0400
  • 075fa87d74 newline... Paul R. Tagliamonte 2013-03-21 22:37:02 -0400
  • e5ed46258a hilarious Paul R. Tagliamonte 2013-03-21 22:36:36 -0400
  • 980cd493e0 futzing with a few things Paul Tagliamonte 2013-03-21 19:27:34 -0400
  • c8eec0c752 sans-serif Paul Tagliamonte 2013-03-21 09:01:44 -0400
  • a677ae690e _ --> - Paul R. Tagliamonte 2013-03-20 19:46:42 -0400
  • fdae1f74da Adding in blurb Paul R. Tagliamonte 2013-03-20 19:41:19 -0400
  • 7c3837d70e Adding in GH link Paul R. Tagliamonte 2013-03-20 18:48:41 -0400
  • 82fab4d38f add clean step Paul R. Tagliamonte 2013-03-20 00:38:45 -0400
  • dcd2a718f1 ignore result Paul R. Tagliamonte 2013-03-20 00:38:28 -0400
  • 004c50124d Adding in an rPython example. Paul R. Tagliamonte 2013-03-20 00:37:43 -0400
  • 7288164309 Adding @rumple to AUTHORS Paul R. Tagliamonte 2013-03-19 03:09:18 -0400
  • 29f8cecf65 Added test for "import as" Amrut Joshi 2013-03-19 05:46:00 +0000