User loginNavigation |
A problem about programming with macros vs Kernel F-exprsI love Kernel F-exprs which looks better than ordinary macro in almost every ways, However, I have trouble trying to implement the following using F-expr (defmacro f () (make-array 1)) ;; Common Lisp style macro (define g (lambda () (list (f) (f))))
The two I can't think of a way to replicate this behavior using Kernel F-exprs. Any ideas? By Qiantan Hong at 2021-01-15 09:12 | LtU Forum | previous forum topic | next forum topic | other blogs | 867 reads
|
Browse archivesActive forum topicsNew forum topics
|
Recent comments
1 day 5 hours ago
1 day 7 hours ago
1 day 18 hours ago
1 day 18 hours ago
2 days 6 hours ago
2 days 20 hours ago
2 weeks 5 days ago
2 weeks 5 days ago
3 weeks 5 days ago
3 weeks 6 days ago