Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.9%) to scientific vocabulary
Keywords
compiler
interpreter
programming-language
Last synced: 5 months ago
·
JSON representation
Repository
WIP programming language
Basic Info
- Host: GitHub
- Owner: cronokirby
- Language: Rust
- Default Branch: master
- Size: 81.1 KB
Statistics
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
compiler
interpreter
programming-language
Created about 6 years ago
· Last pushed about 6 years ago
Metadata Files
Readme
Changelog
README.md
Iku (行く)
I like some things about go, but not others, and this is kind of my way of fixing those.
Sample Code
``` // Comments func foo(a I32, b I32) { x I32 := 3 y := 3 a + b }
struct S { first I32 second I32 }
impl S { func new(a I32) S { S { first a, second a } } }
enum E { A(I32) B }
func main() { e1 := E.A(3) e2 := E.B s1 := S { first 3, second 4 } match e1 { E.A(_) => 4 E.B => s1.second } } ```
Owner
- Name: Lúcás Meier
- Login: cronokirby
- Kind: user
- Location: Seattle
- Website: https://cronokirby.com
- Repositories: 177
- Profile: https://github.com/cronokirby
"apprentice cryptographer"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 21
- Total pull requests: 19
- Average time to close issues: 1 day
- Average time to close pull requests: 1 minute
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.05
- Average comments per pull request: 0.0
- Merged pull requests: 19
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- cronokirby (14)
Pull Request Authors
- cronokirby (12)
Top Labels
Issue Labels
enhancement (13)
refactor (1)