guenchi

Results 32 comments of guenchi

> Let me suggest also [Samuel and Marc's experience report](https://icfp20.sigplan.org/details/scheme-2020-papers/3/Running-Scheme-On-Bare-Metal-Experience-Report-). Their paper and video should be up soon. that's very cool...

I'm just working on it 👍 https://github.com/guenchi/Enchantment/blob/master/manual/python.md There's a little exemple explain how to run Numpy on Chez: https://github.com/guenchi/numpy

@mark-watson It's clear now? If you wrote a makefile, welcome to PR : )

> there is a typo in line 25 of README.md, should be: fixed, thx! 👍

@mark-watson Pay attention to change of py.c

use this instead of that: (define np (py/import-import-module "numpy")) (define array (py/object-get-attr-string np "array"))

Look this: ``` (define pycall (lambda (lst) (define Sym (lambda (x) (match x (,s (guard (symbol? s)) s)))) (match lst ((import ,(Sym -> lib)) `(define ,lib (py/import-import-module (symbol->string ,lib)))) ((import...

对啊 不支持啊

@evilbinary 设计的就是单线程的 多线程通过开多个实例在业务层实现

fork到其他cpu啊