gb
Interactive Git Branch
with colors (AND SOUNDS!)
usage ./gb
q
to quit j
up k
down enter
switch to branch
Crystal version
crystal gb.cr
to run interpreted
crystal build gb.cr -o gbb
to compile
The crystal value propositions
- Speed - faster than ruby (closer to c-interop )
90% Similar syntax to ruby - Where it matters, defining functions, blocks, calling methods, defining classes, modules How you structure your program in the large is very similar to ruby
- Type system suprisingly helpful (and is kind of a static type checker for ruby)
Language CPU Memory Threads ruby 0.75 21.1 MB 2
crystal 0.01 <1KB 8
Repository
gb
Owner
Statistic
- 1
- 1
- 0
- 0
- 0
- about 5 years ago
- October 2, 2016
License
Links
Synced at
Mon, 02 Jun 2025 22:19:54 GMT
Languages