[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Alternative to ~= for inequality?
- From: martinwguy <martinwguy@...>
- Date: Tue, 12 Feb 2013 17:45:53 +0100
The argument of extending language syntax to get round the missing
keys on some people's keyboards was taken to the limits in the ANSI
standard for C, resulting in the universally-hated "trigraphs"
extension, which even GNU refused to implement.
Designing a language to use only the subset of characters present on
all international keyboards seems to be a road to oblivion.
Of course, you can hack the source to make your own version... or use
a macro-preprocessor to substitute ~= for != in your source while
compiling it...
M
- References:
- Alternative to ~= for inequality?, colinz
- Re: Alternative to ~= for inequality?, Robert Virding
- Re: Alternative to ~= for inequality?, sergei karhof
- Re: Alternative to ~= for inequality?, Joseph Manning
- Re: Alternative to ~= for inequality?, Ross Bencina
- Re: Alternative to ~= for inequality?, Joseph Manning
- Re: Alternative to ~= for inequality?, Miles Bader
- Re: Alternative to ~= for inequality?, Steve Litt
- Re: Alternative to ~= for inequality?, Miles Bader
- Re: Alternative to ~= for inequality?, Dirk Laurie
- Re: Alternative to ~= for inequality?, Michael Richter
- Re: Alternative to ~= for inequality?, William Sumner
- Re: Alternative to ~= for inequality?, Michael Richter