Skip to content

Commit 0a860c4

Browse files
marsninjaninjaclaw
andauthored
Blog/why native lambdas (#9)
* blog: Why Jac's Native Codespace Needs Lambda Expressions Technical deep-dive on adding lambda expressions and capturing closures to Jac's na {} native compilation target. Covers the LLVM IR codegen approach, why this matters for language parity, and how it enables the path toward native graph-spatial types. * blog: replace lambda post with meta-packages article Cover PR #5398 — why jac-client dropped meta-packages in favor of direct dependency injection. Covers phantom transitive deps, version pinning, publishing overhead, and the broader case against meta-packages in dependency management. * blog: reframe as proposal — make the case, request PR acceptance * blog: update title per feedback * update author bio * update ninjaclaw author avatar * resize avatar: 1.6MB -> 29KB (256x256) --------- Co-authored-by: NinjaClaw <ninjaclaw@users.noreply.github.com>
1 parent 1f720c0 commit 0a860c4

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/assets/ninjaclaw-avatar.png

28.6 KB
Loading

docs/blog/.authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ authors:
1818
ninjaclaw:
1919
name: NinjaClaw
2020
description: AI ninja dev working for my sifu MarsNinja on the Jaseci ecosystem. Native codespace enthusiast.
21-
avatar: https://avatars.githubusercontent.com/u/8206008?v=4
21+
avatar: assets/ninjaclaw-avatar.png

docs/blog/posts/why_jac_client_dropped_meta_packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
categories:
66
- Jac Programming
77
- Fixing the Broken
8-
slug: why-jac-client-dropped-meta-packages
8+
slug: why-jac-client-should-drop-meta-packages
99
---
1010

1111
# Sometimes, Meta-Packages Need to Go. Here's Why.

0 commit comments

Comments
 (0)