lab - R&D Lab
"I hear, and I forget; I see, and I remember; I do, and I understand" -- source
Lab is the place to tinker with ideas, learn by doing, and don't be shy of making mistakes. This is where we grow.
| Package | Status | Notes |
|---|---|---|
book/ |
ideas from books | |
check/ |
pre-commit checks | |
go/ |
Go libraries | |
iq/ |
Interview Questions | |
x/ |
experimental area |
Run //:gazelle target to generate Bazel BUILD files:
% bazel run :gazelleUse refresh_commands script to run :gazelle and capture compile_commands.json from Bazel build and update the links for FreeBSD jail installation (Ubuntu apt(1) installs LLVM under /usr, FreeBSD pkg(1) installs it under /usr/local ):
% ./refresh_commandsibazel is configured to fix build errors, see .bazel_fix_commands.json:
% ibazel --run_output --run_output_interactive=false test //...