Sx

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2025-05-08
15:09
Make linter happy Leaf check-in: d81304c0d5 user: stern tags: trunk
14:54
Enhance builtin test check-in: c7a47142d2 user: stern tags: trunk
13:56
Fix glitch; mini-cleanup check-in: 4d8334e313 user: stern tags: trunk
13:55
Update dependency check-in: 5a1790a233 user: stern tags: trunk
2025-05-06
14:15
Backport some changes done only in branch compiler check-in: 34e7a17d22 user: stern tags: trunk
13:57
Merge from trunk Leaf check-in: 5d44c58d3c user: stern tags: compiler
13:49
Add collatz benchmark check-in: b194d948be user: stern tags: trunk
13:48
Fix var shadowing check-in: f7136a91b4 user: stern tags: trunk
2025-05-05
10:24
Better call stack printing check-in: ff9a993a04 user: stern tags: trunk
09:43
String version of Environment constains only some stack elements, plus the stack size check-in: 066e861a53 user: stern tags: trunk
09:27
Move builtinCallExpr to builtin.go check-in: 7b253e8d21 user: stern tags: trunk
2025-05-04
18:11
Refactor sxbuiltins check-in: c02dce51e3 user: stern tags: trunk
17:42
Merge from trunk Leaf check-in: 0da1eb5be1 user: stern tags: numargs-experiment
17:32
Ensure empty stack if error is returned check-in: d35afb0811 user: stern tags: trunk
17:17
Refactor sxeval.Builtin and working with builtin functions check-in: b47179eed0 user: stern tags: trunk
16:14
Refactor; add explicit capacity in env.Args check-in: 7b3a96a2b2 user: stern tags: trunk
15:43
Fix error in (vector X Y ...) (illegal stack alias) check-in: 1a300aa7f2 user: stern tags: trunk
2025-05-03
13:44
Refactor binding handling Leaf check-in: 816ddc03e4 user: stern tags: stack-compiler-experiment
13:38
Merge from stack-compiler check-in: 3d1d1de377 user: stern tags: stack-compiler-experiment
13:35
Merge from stack-experiment Leaf check-in: 47425572b0 user: stern tags: stack-compiler
13:26
Merge from compiler check-in: c6957c105b user: stern tags: stack-compiler
13:03
Merge from numargs-experiment Leaf check-in: 3093ae8e1c user: stern tags: stack-experiment
12:29
Fix some issue with eval builtins check-in: b6a3f9e792 user: stern tags: stack-experiment
12:18
Merge from trunk check-in: 32b0d447da user: stern tags: numargs-experiment
12:12
Merge from trunk check-in: 7d62dc3904 user: stern tags: compiler
12:11
Fix missed change from run -> execute check-in: 565bf1eb84 user: stern tags: trunk
12:04
Merge from trunk; refactor compiler resetting check-in: 7db768ccdd user: stern tags: compiler
2025-05-02
18:27
Fix some binding stack issues check-in: f8fe3790cf user: stern tags: compiler
17:49
Experiment for compilation; has some errors, but benchmarks runs (but too slow) check-in: ece380c1d4 user: stern tags: stack-compiler-experiment
14:06
run-expression -> execute-expression. env.Run is for external caller only check-in: 3405f63d18 user: stern tags: trunk
12:37
Stack-compiler is compiler merged with stack-experiment. I hope to complete the compiler with a full stack implementation more easier check-in: a2331ab04d user: stern tags: stack-compiler
12:26
Merge from trunk check-in: 30ff52bc9a user: stern tags: compiler
12:24
Merge from trunk check-in: f3b76ac18d user: stern tags: stack-experiment
12:08
Merge from trunk check-in: ebe5f438ce user: stern tags: numargs-experiment
2025-05-01
20:23
Add some test (and fix error in builtin "-") check-in: 7ceb16203d user: stern tags: trunk
20:03
Optimize usage of Builtin.handleCallError: call it only if err != nil check-in: 1a93611508 user: stern tags: trunk
19:59
Optimized compiled BCalls w.r.t to handleCallError check-in: f7bf2d1eee user: stern tags: compiler
19:49
Merge from trunk (and fix two small errors w.r.t. stack cleanup) check-in: 91d225f0f3 user: stern tags: compiler
19:12
Refactor / cleanup check-in: 145770c63e user: stern tags: stack-experiment
18:50
Macro.Expand just returns an error; result is transported via stack check-in: 132bc6264f user: stern tags: stack-experiment
18:40
Env.Apply just returns an error; result is transported via stack check-in: a208e6be0c user: stern tags: stack-experiment
18:21
expr.Compute just returns an error; result is transported via stack check-in: 1609487aa1 user: stern tags: stack-experiment
18:04
Env.Execute returns result on the stack and returns only an error object check-in: 6a442a8aab user: stern tags: stack-experiment
2025-04-29
17:20
Assume cleaned stack if an error is signaled check-in: 41207193cd user: stern tags: stack-experiment
16:35
On sxeval level assume, that thestack is cleaned if an error is signaled. Builtin-level will follow check-in: cde2e94e4d user: stern tags: stack-experiment
14:04
Add some test to complete code coverage of (apply ...) check-in: 77fa04b17b user: stern tags: trunk
14:02
Add some test to complete code coverage of (apply ...) check-in: 30ea4e13fd user: stern tags: stack-experiment
13:59
Fix stack handling for (apply + (cons 1 2)) check-in: 6c0c694c29 user: stern tags: stack-experiment
13:48
Merge from numargs-experiment check-in: a8e7c3d06a user: stern tags: stack-experiment
13:36
Fix error in (vector X Y ...) (illegal stack alias) check-in: 3191ba05a0 user: stern tags: numargs-experiment