]> ocean-lang.org Git - ocean-D/blob - Rope-11
updates
[ocean-D] / Rope-11
1
2 Rope is my attempt to design a programming language.
3 The name comes from part of the design philosophy - to give the
4 programmer "enough rope" to do whatever they like, including hang
5 themselves.  Thus the aim is to be very expressive but also to make it
6 clear how different expressions are implemented so that the programmer
7 has information to guide their choice of rope.
8
9 While we avoid saying "You cannot do that", we might make some things
10 a bit difficult or ugly so that only the programmer who really wants
11 to do it that way will try.
12
13 A program file can container "pragmas" which state that certain
14 language features may, or may not be, used.  This allows the
15 programmer to decide their level of risk.  This is a bit like the
16 multiple sorts of warnings that gcc can provide, but instead of being
17 selected on the command line they are selected in the source code
18 file.
19
20
21 Rope understands the UCS and converts the source code to that format
22 depending on the current locale.  Thus any alphanum in any language,
23 such as ελλενικ can be used in names.