-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
257->256?! #57
Comments
In Unicode mode, programs can use up to 257 different characters that aren't blatantly ignored by the interpreter. In normal mode (using the code page), there are obviously only 256 different bytes. 0x7F is to be used wherever a
|
That last one probably wants to be |
@vendethiel Yes, indeed. |
https://github.com/DennisMitchell/jelly/wiki/Code-page
page contradicts the tutorial, and seems obviously only having 256. Not sure, see now and maybe "The character ¶ and the linefeed character can be used interchangeably" explains 257, then tutorial "wrong"?
Interesting language.. never seen Ð (and æ), and Þ (while not in code below) from my native Icelandic used, it seems it has a specific meaning and even €..
[I kind of want to know, what these Icelandic only letters do.. Seems we Icelanders have an adcantage typing in some programs.. :) but not all as e.g. Ç not on my keyboard. ]
https://codegolf.stackexchange.com/questions/79459/matrix-trigonometry
Julia, 19 bytes
A->reim(expm(A*im))
Jelly, 22 bytes [I actually thought I had the code page in browser set wrong.. :) ]
³æ*÷!
®Ḥ‘©r0Ç€s2_@/µÐL
really from:
JuliaLang/julia#23679
"This PR would reduce Alex' answer to 6 bytes."
The text was updated successfully, but these errors were encountered: