Earlier quoted context omitted.
I'm not saying there isn't a need, but I'm interested in knowing of another need. Hasn't this been done in C already? C pretty much runs anywhere, after all. What exactly does this bring to the table? Sorry that people thought I was being negative (as per all the downvotes - you people really aught to comment), I'm just curious as to why other languages don't fill this gap.
C# is nicer than c, and writing bindings for c libraries in other languages is not fun.
Ć Programming Language - Compile C# subset to C, Java, C#, JS, AS, Perl and D
31–40 of 75 posts
Re: Ć Programming Language - Compile C# subset to C, Java, C#, JS, AS, Perl and D
#32Nice idea, but please give it a name that makes the language easy to discuss and search for. There's no way I'm going to work on Monday and discussing: 'did you see that new language that I have no idea how it's pronounced that was on HN?'
Almost all other languages have ASCII names. How do you think South Koreans, Japanese, Chinese, etc refer to them? They figured it out, just like you would, if you wanted to.
Rationalize all you want...the issue makes it a non-starter for many people.
Re: Ć Programming Language - Compile C# subset to C, Java, C#, JS, AS, Perl and D
#33Re: Ć Programming Language - Compile C# subset to C, Java, C#, JS, AS, Perl and D
#34Earlier quoted context omitted.
Except when the name is Ć.
Cee acute? Doesn't strike me as that horrible.
Furthermore - look at what they have to resort to calling it in code, on the command line and in URLs: ci.
Re: Ć Programming Language - Compile C# subset to C, Java, C#, JS, AS, Perl and D
#35Earlier quoted context omitted.
At least in OS X, you can type Ć by holding C and pressing 2: http://i.imgur.com/6xCSVW5.png
I don't have this functionality. Could you explain if I have to enable something for it to work? It would be a great help, since I have that letter in my last name...
Re: Ć Programming Language - Compile C# subset to C, Java, C#, JS, AS, Perl and D
#36Earlier quoted context omitted.
At least in OS X, you can type Ć by holding C and pressing 2: http://i.imgur.com/6xCSVW5.png
I don't have this functionality. Could you explain if I have to enable something for it to work? It would be a great help, since I have that letter in my last name...
defaults write -g ApplePressAndHoldEnabled -bool true
To disable: defaults write -g ApplePressAndHoldEnabled -bool falseRe: Ć Programming Language - Compile C# subset to C, Java, C#, JS, AS, Perl and D
#37Re: Ć Programming Language - Compile C# subset to C, Java, C#, JS, AS, Perl and D
#38Re: Ć Programming Language - Compile C# subset to C, Java, C#, JS, AS, Perl and D
#39It's licensed under GPLv3 -- in my experience, that's an instant turnoff for most .NET (C#/F#/VB.NET) developers. If you changed the license to something like Apache 2.0, I think you'd get much more interest; not only new users, but new contributors too.
Re: Ć Programming Language - Compile C# subset to C, Java, C#, JS, AS, Perl and D
#40This is a really interesting project. However... It's licensed under GPLv3 -- in my experience, that's an instant turnoff for most .NET (C#/F#/VB.NET) developers. If you changed the license to something like Apache 2.0, I think you'd get much more interest; not only new users, but new contributors too.