Libor Čapák
Libor Čapák
Hello, finish please native interface: - _vecAdd() function in tests/native/example2.c (native object from slot) - example how to call pk function from c/c++ with parameters (pkRunString() is not enough) -...
hello, I've made emacs major mode https://github.com/velkyel/pocketlang-mode.el , it's mostly based on ruby-mode.
my browser: firefox 96.0b9 (64-bit), linux ubuntu
I'd like to have own user data like this (including finalize hook): https://github.com/picrin-scheme/picrin/blob/a639e8f562c15b5010872f3704ce26777713f882/docs/capi.rst#user-data-vs-gc can you make it please?
dukglue_push() works pretty good on std::vector. Can you please add dukglue_push() (respectively detail_types) specialization for std::map?
``` $ make osx-release64 ./dependency/bx/tools/bin/darwin/genie --file=scripts/main.lua --gcc=osx gmake Building configurations... Running action 'gmake'... Generating _projects/gmake-osx/Makefile... Generating _projects/gmake-osx/cmft_cli.make... Generating _projects/gmake-osx/cmft.make... Done. make -R -C _projects/gmake-osx config=release64 ==== Building cmft_cli (release64) ====...
Output from ma_result result = ma_engine_init(NULL, &engine); ```DEBUG: WASAPI backend is disabled. DEBUG: DirectSound backend is disabled. DEBUG: WinMM backend is disabled. DEBUG: Attempting to initialize Core Audio backend... ERROR:...
hello, i'm trying to use envtoirr.c but when i convert (imagemagic tool) your cube.tif like this: $> convert etc/cube.tif -depth 32 -define quantum:format=floating-point cube-float.tif cube-float.tif looks ok in osx Preview....
often get error like: ``` > [string "print(''); luamode_loadstring('require(\'util..."]:1: unfinished string near ``` running osx, lua 5.3, emacs 27.1 I'm using lua-mode against remote machine (ios) which runs lua instance...
is it possible to add connect to a socket REPL feature like in inf-clojure, please? There is possible to define inf-clojure-program like cons pair ("localhost" . 5555).