[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #957: crunch: multi-arg primitives could be simulated
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #957: crunch: multi-arg primitives could be simulated via syntax |
Date: |
Thu, 06 Dec 2012 20:46:07 -0000 |
#957: crunch: multi-arg primitives could be simulated via syntax
-------------------------+--------------------------------------------------
Reporter: felix | Owner: felix
Type: enhancement | Status: new
Priority: minor | Milestone: someday
Component: extensions | Version: 4.8.x
Keywords: crunch |
-------------------------+--------------------------------------------------
By defining primitives as syntax that would normally accept optional or
rest arguments (like "*"), multi-argument signatures could be made
possible in most cases. So, for example, `(* a b c)` could expand into a
(nested) call to some 2-arity multiplication primitive.
--
Ticket URL: <http://bugs.call-cc.org/ticket/957>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-janitors] #957: crunch: multi-arg primitives could be simulated via syntax,
Chicken Trac <=