[ALGOM-2] Adding support for both :if-:then-:else and :cond statements on domacro implementations Created: 21/Jan/12 Updated: 24/Jan/12 |
|
| Status: | Open |
| Project: | algo.monads |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Major |
| Reporter: | Roman Gonzalez | Assignee: | Konrad Hinsen |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Mac OS X Lion |
||
| Attachments: |
|
| Patch: | Code and Test |
| Description |
|
This patch contains the same features as http://dev.clojure.org/jira/browse/ALGOM-1 plus a new one, the ability to add :cond statements using the domonad macro. More info can be found on the commit history of the given patch. |
| Comments |
| Comment by Roman Gonzalez [ 24/Jan/12 11:15 AM ] |
|
This is a new version of the patch that handles the conflicts with whitespaces vs tabs. |