[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] (no subject)
From: |
Kristian Lein-Mathisen |
Subject: |
[Chicken-hackers] (no subject) |
Date: |
Sun, 9 Apr 2017 09:01:16 +0200 |
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.
0001-Add-chicken.load-module.patch
Description: Text Data
- [Chicken-hackers] (no subject),
Kristian Lein-Mathisen <=