mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Added comments
This commit is contained in:
parent
3a2fbeab75
commit
cb75d5373d
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
;; We are going to use the CHICKEN interface:
|
||||
;; (foreign-lambda RETURNTYPE NAME ARGTYPE ...)
|
||||
;;
|
||||
;; And modify it a bit for our infrastructure:
|
||||
;;
|
||||
;; (define-foreign-lambda SCM-NAME RETURNTYPE C-NAME ARGTYPE ...)
|
||||
;;
|
||||
;; We need to develop a macro to accept this interface and generate a
|
||||
;; define-c equivalent. Not nearly as flexible as CHICKEN but will work
|
||||
;; with our existing infrastructure. This is good enough for version 1.
|
||||
|
|
Loading…
Add table
Reference in a new issue