エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
C3 | An evolution, not a revolution
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
C3 | An evolution, not a revolution
module hello_world; import std::io; fn void main() { io::printn("Hello, world!"); } Full C ABI Co... module hello_world; import std::io; fn void main() { io::printn("Hello, world!"); } Full C ABI Compatibility C3 fits right into your C/C++ application with full C ABI compatibility out of the box: no need for special "C compatible" types or functions, no limitations on what C3 features you can use from C.

