Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
917 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 21 commits in 4 repositories
Created a pull request in carp-lang/Carp that received 7 comments
fix: Handle unit members correctly in array templates
Units may be used as members in arrays just like any other type, however, the array templates (which are specific to arrays) hadn't been updated to…
Opened 6 other pull requests in 1 repository
Reviewed 4 pull requests in 2 repositories
carp-lang/Carp 3 pull requests
google/ground-android 1 pull request
Created an issue in carp-lang/Carp that received 2 comments
Symbol.prefix performs lookup on its arguments
The following code won't work as expected:
(defndynamic foo [car] (Symbol.prefix car 'foo)
鲤 (foo 'x)
Can’t call `prefix` with (command Dynamic.car…

