Highlights
- Pro
Pinned Loading
-
cl-permutation
cl-permutation PublicPermutations and permutation groups in Common Lisp.
-
-
-
computable-reals
computable-reals PublicArbitrary precision, automatic re-computing real numbers in Common Lisp.
677 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
coalton-lang/coalton,
coalton-lang/coalton-website,
quil-lang/quilc
and 14 other
repositories
Loading
Contribution activity
March 2025
Created 11 commits in 2 repositories
Created a pull request in coalton-lang/coalton that received 12 comments
move Num-related macros to its own file
These macros were moved due to the variety of issues present in the LISP-TOPLEVEL form. See issue #1408 and #1402 for details. This commit also makes
+466
−414
lines changed
•
12
comments
Opened 10 other pull requests in 2 repositories
coalton-lang/coalton
7
merged
1
open
1
closed
-
note SBCL version when running tests
This contribution was made on Mar 20
-
allow continuing from an orphan error
This contribution was made on Mar 20
-
do several rounds of constant propagation and inlining
This contribution was made on Mar 19
-
Inline runtume-repr and fix a couple file bugs
This contribution was made on Mar 19
-
codegen a few known global constants
This contribution was made on Mar 19
-
allow Complex fromint to be specialized
This contribution was made on Mar 19
-
inline Cons
This contribution was made on Mar 19
-
eval num-related macros at :execute too
This contribution was made on Mar 18
-
don't use eval for toplevel macroexpansions
This contribution was made on Mar 13
coalton-lang/base-images
1
merged
-
update sbcl to 2.5.2
This contribution was made on Mar 20
Reviewed 19 pull requests in 2 repositories
coalton-lang/coalton
18 pull requests
-
Specialize min and max for native Num types
This contribution was made on Mar 21
-
Add inline attributes for Vector and Slice
This contribution was made on Mar 21
-
Add inlining to coalton-library/math/integral
This contribution was made on Mar 21
-
do several rounds of constant propagation and inlining
This contribution was made on Mar 21
-
Don't codegen exhaustive cond error branch when catchall is present
This contribution was made on Mar 21
-
Swap match branch order of node-unless translation
This contribution was made on Mar 20
-
fix list:union conditional
This contribution was made on Mar 20
-
Add list:cons?
This contribution was made on Mar 20
-
LispArray Enhancements
This contribution was made on Mar 19
-
Additional loop macros
This contribution was made on Mar 19
-
Add
rec
(named let)This contribution was made on Mar 19 -
move Num-related macros to its own file
This contribution was made on Mar 18
-
Fix issues with recompiling Coalton
This contribution was made on Mar 10
-
coalton:match to codegen cl:case when possible
This contribution was made on Mar 7
-
Match Codegen Optimization
This contribution was made on Mar 5
-
Fix code generation to optimize mutual tail-calls.
This contribution was made on Mar 5
-
Implement hyperdual numbers
This contribution was made on Mar 4
-
Add inline attributes for more float operations
This contribution was made on Mar 3
coalton-lang/coalton-website
1 pull request
-
Update Coalton documentation
This contribution was made on Mar 13
Created an issue in coalton-lang/coalton that received 2 comments
"Constants" like True and False are not codegened efficiently
Every value is a lexical variable, which is a global cell lookup. Values like True
, False
, Unit
, and Nil
(from library/primitive-types.lisp) aren't…
2
comments
Opened 4 other issues in 1 repository
coalton-lang/coalton
3
open
1
closed
-
Always eliminate codegen of type checks in SBCL
This contribution was made on Mar 21
-
monomorphization+inlining sometimes leads to undefined functions
This contribution was made on Mar 19
-
list:union is broken
This contribution was made on Mar 19
-
LISP-TOPLEVEL doesn't behave well with file compiler semantics
This contribution was made on Mar 18
93
contributions
in private repositories
Mar 3 – Mar 21