Re: Am I being 'used' ?
Ah, if only for a contractual (compiler / runtime enforced) disposable
pattern ;-p
(although the syntax to indicate transfer of ownership [e.g. as the
return from a Create method] might get too messy)
Marc
.
Relevant Pages
- ML-style pattern matching in C-like languages
... I am working on a C compiler written in a malleable ... syntax to the language to make writing the compiler ... If I want to pattern match on this, sometimes I might care ... (comp.compilers) - Re: Tcl Switch case
... My thesis is that there could be a good reason to change the syntax of ... a command, and one reason is to align with what the byte compiler ... bug has persisted for 15 years, but has never kept anyone from writing ... (comp.lang.tcl) - Re: Which programming language is better to start
... How does Lisp handle monomorphic types? ... If you don't specify a variable to have a type then the compiler ... ML does a lot of pattern match optimisations which, ... These operation would be done by representing the data as lists ... (comp.programming) - Re: Syntax (was: Perfrom Thru
... "This statement has violated the limits of this compiler" ... these are syntax violations in the Standard's definition of them. ... > whether the problem is a compiler limitation or it is a syntax error, ... >> Then not "source violates the SYNTAX rules of the Standard" ... (comp.lang.cobol) - Re: Compiler quality
... compilers should be able to be 100% tested for syntax bugs by limiting ... be detected outside of the syntax portion of the compiler. ... language rules provide enough testing for the syntax proper. ... selection of a component using the "current instance" of a protected ... (comp.lang.ada) |
|