Commit Graph

503 Commits

Author SHA1 Message Date
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
Christopher Allan Webber
767af90175 python hash comments -> hy comments 2013-04-01 07:32:11 -05:00
Christopher Allan Webber
4334700549 Explaining cond 2013-04-01 07:14:23 -05:00
Christopher Allan Webber
b1d83b12c6 Adding some missing "::" to the rst structure and fixing a sentence fragment. Next: cond! 2013-04-01 07:10:40 -05:00
Paul R. Tagliamonte
64ef3ee5ec Merge branch 'intro_docs' of git://github.com/cwebber/hy 2013-04-01 07:35:16 -04:00
Christopher Allan Webber
6c8f0da256 Adding a super basic tutorial to the docs. 2013-03-31 16:46:56 -05:00
Paul R. Tagliamonte
82c4ac1b8f Moving to 0.9.3 2013-03-29 20:38:02 -04:00
Paul R. Tagliamonte
684c0e928b License bits. 2013-03-28 22:42:53 -04:00
Paul R. Tagliamonte
c447a5dc7e style cleanup 2013-03-28 22:33:32 -04:00
Paul R. Tagliamonte
32574e140e adding space 2013-03-28 22:32:24 -04:00
Paul R. Tagliamonte
de7a450d92 Adding in a completer. 2013-03-28 21:42:40 -04:00
Paul R. Tagliamonte
4c50424a66 Don't tab complete yet 2013-03-27 22:20:16 -04:00
Paul R. Tagliamonte
a46a9830ec Forgot these. 2013-03-27 22:19:57 -04:00
Paul R. Tagliamonte
1f1676c354 Adding in meth 2013-03-27 22:19:27 -04:00
Paul R. Tagliamonte
b480a1ba7d Adding bits that changed 2013-03-27 21:19:07 -04:00
Paul R. Tagliamonte
116862346a futzing 2013-03-27 20:52:06 -04:00
Paul R. Tagliamonte
92bc1152e3 Tuples done 2013-03-27 20:14:08 -04:00
Paul R. Tagliamonte
366264fbab Toying with gevent 2013-03-27 20:09:42 -04:00
Paul R. Tagliamonte
7eed26f0c3 Adding in tuples. Close #30. Ugly as hell. 2013-03-27 20:09:11 -04:00
Paul Tagliamonte
3d8b436c33 bleh, undoing. We'll have to do something special 2013-03-26 19:17:42 -04:00
Paul Tagliamonte
0809ef206c undoing that 2013-03-26 19:14:50 -04:00
Paul Tagliamonte
fee6263b85 Trying to double-import to trigger importer bugs 2013-03-26 19:09:42 -04:00
Thom Neale
2d781ac631 Import rlcompleter for tab completion 2013-03-26 10:35:12 -03:00