Guile add two more examples and use load-extension instead of dynamic-load
This commit is contained in:
parent
4e4b73e7c0
commit
d3cddb1355
5 changed files with 52 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
(dynamic-call "scm_init_example_module" (dynamic-link "./libexample"))
|
||||
(load-extension "./libexample" "scm_init_example_module")
|
||||
|
||||
; repeatedly invoke a procedure with v and an index as arguments
|
||||
(define (with-vector v proc size-proc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue