[LOGIC-38] Logic Threading Macro Created: 13/May/12 Updated: 13/May/12 |
|
| Status: | Open |
| Project: | core.logic |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Major |
| Reporter: | Jason Jackson | Assignee: | David Nolen |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
This macro was somewhat useful when I was implementing static analysis for a compiler with core.logic. (defmacro ==>> [expr-in & rel-forms] Example: This macro expands to: If you imagine that the 'return value' of firsto is its last parameter, |
| Comments |
| Comment by Jason Jackson [ 13/May/12 11:08 AM ] |
|
There might be a better name, not sure. |
| Comment by Jason Jackson [ 13/May/12 11:18 AM ] |
|
renamed ==>> to ==-> |