chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] (no subject)


From: Kristian Lein-Mathisen
Subject: Re: [Chicken-hackers] (no subject)
Date: Sun, 9 Apr 2017 10:26:31 +0200

Sorry about the missing subject. Here's another patch, for the
chicken.syntax module. Is this, btw, the right way to submit patches
to core?

K.

On 4/9/17, Kristian Lein-Mathisen <address@hidden> wrote:
> Hello dear CHICKEN core members,
>
> Here's my attempt at making a chicken.load module. It was fairly
> straight-forward, except I don't know what to do with the unit
> declaration regarding (fixnum) and (disable-interrrupts), so I copied
> file.scm's:
>
> (declare
>   (unit load)
>   (uses eval)
>   (fixnum) ;; TODO: do we need (fixnum) here?
>   (disable-interrupts)) ;; TODO: do we need (disable-interrupts) here?
>
> I hope this is useful!
> K.
>

Attachment: 0002-Add-chicken.syntax-module.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]