Logo
Explore Help
Register Sign In
tomoaki/hakorune
1
0
Fork 0
You've already forked hakorune
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
bf7d3899b0d2527bca34ca55fe40882cf8d73086
hakorune/examples/integer_plugin_demo_fixed.hako

15 lines
267 B
Plaintext
Raw Normal View History

🚀 Phase 10.11: Everything is Plugin革命完了! 主な変更: - ConsoleBox/MathBoxプラグイン実装・登録完了 - nyash_box.toml 2ファイルシステム設計(中央レジストリ+個別仕様書) - 全プラグインにnyash_box.tomlテンプレート追加 - プラグイン優先機能(NYASH_USE_PLUGIN_BUILTINS=1)文書化 - ビルトインBox削除準備(ChatGPT5実装中) - ネイティブビルドデモ追加(Linux/Windows動作確認済み) Everything is Box → Everything is Plugin への歴史的転換! 開発20日目にしてビルトインBox全削除という革命的決定。 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 01:33:52 +09:00
// IntegerBox plugin demo with ConsoleBox
static box Main {
main() {
local c
c = new ConsoleBox()
local i
i = new IntegerBox()
i.set(42)
c.println("IntegerBox set to 42")
c.println("get() = " + i.get())
return i.get()
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 73ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API