kalker icon indicating copy to clipboard operation
kalker copied to clipboard

A kalker GNU TeXmacs plugin might be the best user interface

Open da-liii opened this issue 2 years ago • 4 comments

I will try to make a minimum demo plugin within 1 month.

I wonder if you know about the Maxima plugin in GNU TeXmacs.

da-liii avatar Jun 22 '22 16:06 da-liii

Haven't heard of this before but looks neat

PaddiM8 avatar Jun 24 '22 11:06 PaddiM8

Because there are no kalker -f [/path/to/a/kalker/file] and kalker -e "f(x)=x; f(1)" available. I cannot complete the plugin without learning Rust.

I think the language design of kalker is really concise and straightforward. To be honest, I love it! I will try to write a kalker in Scala/Scala Native/ScalaJS (as a big fan of Scala).

da-liii avatar Jun 25 '22 14:06 da-liii

@darcy-shen You should be able to do kalker f(x)=x; f(1)and kalker -i /path/to/a/kalker/file actually!

PaddiM8 avatar Jun 26 '22 11:06 PaddiM8

kalker "f(x)=x; f(1)", but kalker -i does not work as the not-implemented kalker -f because -i is for loading the init file.

Well, kalker "f(x)=x;f(1)" is good enough for me to write a GNU TeXmacs plugin.

da-liii avatar Jul 03 '22 07:07 da-liii