diff options
| author | rtk0c <[email protected]> | 2025-09-24 23:48:16 +0000 |
|---|---|---|
| committer | rtk0c <[email protected]> | 2025-10-15 20:28:15 +0000 |
| commit | ab49edbb106c25b980bac0227a3db55b74378784 (patch) | |
| tree | 9c692af3a095be9374fc9775c35d47ff5acc04e1 /cm/ex02.decl | |
| parent | c4564f9f5c28abe8913c569374a7d778a6473210 (diff) | |
lua literals loading draft, and contemplations on the bigger picture Cm language
Diffstat (limited to 'cm/ex02.decl')
| -rw-r--r-- | cm/ex02.decl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cm/ex02.decl b/cm/ex02.decl index 394d446..d695e33 100644 --- a/cm/ex02.decl +++ b/cm/ex02.decl @@ -1,3 +1,5 @@ +// Declarations only version of Cm (like mojo/protobuf? not sure) + // assume special receiver (as opposed to smalltalk/objC style message passing) // -- actually, on second thought, this has nothing to do with dispatching (and smalltalk is single dispatch) // -- (no touching multiple dispatch since that's equivalent to reinventing a new language) |
