Skip to content

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.

Clone this wiki locally