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 |
|
Paul R. Tagliamonte
|
731c8ebd1c
|
Adding in a Debian example
|
2013-03-25 21:37:55 -04:00 |
|
D. Joe
|
36dde830ba
|
speling
|
2013-03-25 21:29:17 -04:00 |
|
Paul R. Tagliamonte
|
c7219e3522
|
Adding in more macrofun
|
2013-03-25 20:54:36 -04:00 |
|
Paul R. Tagliamonte
|
0558dadf69
|
hy repl things
|
2013-03-25 20:31:58 -04:00 |
|
Paul R. Tagliamonte
|
6acde1761b
|
Adding an initial changelog
|
2013-03-25 19:32:02 -04:00 |
|
Paul Tagliamonte
|
eb356cb12b
|
Adding in some readline cuteness
|
2013-03-25 19:10:59 -04:00 |
|
Paul R. Tagliamonte
|
ccd26205d7
|
unbreak py3.3? need to re-add with
|
2013-03-24 10:00:07 -04:00 |
|
Paul R. Tagliamonte
|
dd6a883060
|
implmenting with
|
2013-03-24 02:04:44 -04:00 |
|