s-expression
Can this image processing code be optimised to use less memory?
I have a python function that takes a string s-expression like \"(add (sub 10 5) 5)\", where \"add\" and \"sub\" are actually image processing functions, and evaluates and creates the image represente[详细]
2023-01-08 18:52 分类:问答Parsing S-Expressions in Python [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-05 15:26 分类:问答Building Lisp/Scheme-like parse tree with flex/bison
I was trying to parse simple Lisp/scheme-like code E.g. (func a (b c d) ) and build a tree from it, I could do the parsing in C without usin开发者_运维知识库g bison (i.e, using only[详细]
2023-01-05 00:36 分类:问答Emacs: how to evaluate the smallest s-expression the cursor is in, or the following s-expression
What is a good way to evaluate the (+ 100 (+ 100 100)) part in (+ (+ 1 2) (+ 10开发者_如何转开发0 (+ 100 100)))[详细]
2022-12-18 10:12 分类:问答Write C as s-expressions
I want to write C in s-expressions and use compile-time macros. Does anybody know of anything that does this? It should translate the s-expressions into st开发者_如何学Pythonandard C.[详细]
2022-12-16 04:05 分类:问答