Description:
Different computer languages not specifically listed.
|
|
|
ANN: Seed7 Release 2012-06-03
|
| |
Hello,
I have released a new version of Seed7: seed7_05_20120603.tgz
In the Seed7 programming language new statements and operators
can be declared easily. Types are first class objects and therefore
templates/generics need no special syntax. Object orientation is
used when it brings advantages and not in places when other... more »
|
|
Pythonect Call for Syntax! All feedback and comments are appreciated!
|
| |
Hi All,
Pythonect is almost two months old and I think it's a good time to
promote
a design discussion on the language syntax.
The current syntax works great, but it is limited, and makes writing
complex programs difficult. For example:
range(99, 0, -1) | str -> _ + " bottle(s) of beer on the wall," ->... more »
|
|
what do forthers think of shen?
|
| |
...[link]
Well, "casual_spam," it must be time to change your nickname again. It
seems that almost no one has responded to you... I was hoping no one would
do so for a week or so. Then, I'd post. Oh, well...
Maybe, you should subscribe to comp.lang.misc and post there?... more »
|
|
new language - subset of a universal language
|
| |
I've this idea about a new language which has the following
capabilities:
** general purpose - you learn one language to do most of the things
1) system programming - can implement real time systems, OSes, etc.
2) client/server side programming
3) embedded system programming, for mobile devices. phones, set-... more »
|
|
Yacc/Bison - what semantic actions to take on a parse error
|
| |
...
[... from comp.compilers, without John Levine's comments]
...
Yeah, in one instance some years ago, I avoided the use of %type and %union
altogether...
;-)
I chose to just use a string for YYSTYPE:
#define YYSTYPE char*
That must be defined in both the YACC and LEX grammars.... more »
|
|
ANN: Seed7 Release 2012-05-20
|
| |
Hello,
I have released a new version of Seed7: seed7_05_20120520.tgz
In the Seed7 programming language new statements and operators
can be declared easily. Types are first class objects and therefore
templates/generics need no special syntax. Object orientation is
used when it brings advantages and not in places when other... more »
|
|
Intel modes: 16- / 32- / 64-bit
|
| |
Hi, starting a new topic for more clarity,
BGB wrote:
...
MarcoV and I have already briefly discussed this elsewhere. I'm no
kernel hacker, so I don't know or understand the details. He told me
that 16-bit pmode (only) was "mostly" still supported by AMD64 long
mode. I think I tried a few Win16 things successfully in WINE x64.... more »
|
|
ANN: Seed7 Release 2012-05-06
|
| |
Hello,
I have released a new version of Seed7: seed7_05_20120506.tgz
In the Seed7 programming language new statements and operators
can be declared easily. Types are first class objects and therefore
templates/generics need no special syntax. Object orientation is
used when it brings advantages and not in places when other... more »
|
|
|