-
Notifications
You must be signed in to change notification settings - Fork 0
Introduction
Paul T edited this page May 23, 2017
·
1 revision
CTalk is a programming language that is similar to C in many ways. It is also inspired by Smalltalk, although there are no object-oriented features. The syntax resembles closer to the one of Pascal than C. The compiler translates CTalk code into the equivalent C code, hence a C compiler is required to compile the result into a native executable.