Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
guenchi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
An AI-friendly video-to-3D asset pipeline
(goeteia.dev)
2 points
by
guenchi
1mo ago
|
0 comments
2.
▲
by
guenchi
2mo ago
Yes but Igropyr has more function
3.
▲
by
guenchi
2mo ago
38.2 kB / 75ms you have syntax-case in browser
4.
▲
by
guenchi
2mo ago
the syntax-case marco
5.
▲
by
guenchi
2mo ago
it's standard r6rs scheme
6.
▲
by
guenchi
2mo ago
thx good to know
7.
▲
by
guenchi
2mo ago
please retry :)
8.
▲
by
guenchi
2mo ago
please retry :)
9.
▲
A Erlang style pure Scheme Webserver and further
(igropyr.com)
96 points
by
guenchi
2mo ago
|
8 comments
10.
▲
by
guenchi
2mo ago
Let It Crash, Hot code swapping, The remote retry ring, web programming with continuation, S-expr RPC (with goeteia.dev)
11.
▲
A pure scheme web programming tool
(goeteia.dev)
131 points
by
guenchi
2mo ago
|
22 comments
12.
▲
by
guenchi
2mo ago
1 Self hosting in browser with hygienic macros 2 handle HTML and CSS like Scheme (Expand with macro) 3 Use S-expr to send / receive message with server
13.
▲
Successfully ported Matplotlib to the Scheme
(github.com)
1 points
by
guenchi
8y ago
|
0 comments
14.
▲
Enchantment: Use Numpy in Chez Scheme
(github.com)
5 points
by
guenchi
8y ago
|
0 comments
15.
▲
by
guenchi
8y ago
Yes, it embeds the python interpreter into Scheme via C-api.
16.
▲
by
guenchi
8y ago
Every language with FFI has the same ABI. Because they use C Language's ABI to port another language. Looking at it from another perspective, any language can call another language through this ABI. So any language with FFI can call an
17.
▲
by
guenchi
8y ago
I am researching julia's code. https://github.com/JuliaPy/PyCall.jl/blob/master/src/PyCall.... I guess it is like this: Importing the pycall library is to turn on the python interpreter thread
18.
▲
by
guenchi
8y ago
Chez is compile direct to Native Code Chicken has much more library and bigger community. BUT... Chez is the only commercial compiler (before open source) and very stable and fast...
19.
▲
by
guenchi
8y ago
I have been working hard to promote the construction of the (Chez)Scheme community for a year. Being useful to you is the best gift for me. By the way, we have a scheme binding of tensorflow. That calling direct by tensorflow's C API.
20.
▲
FLI: A binary interface to let Scheme use Python, Lua, Ruby etc's Library
(github.com)
104 points
by
guenchi
8y ago
|
16 comments