<FromGitter>
<naqvis> looking at the date of that article and date they ran the investigation benchmarks, Crystal might only be just known to manas tech :shrug:
alexherbo2 has quit [Ping timeout: 260 seconds]
<FromGitter>
<moe:busyloop.net> also that looks like the silliest metric ever...
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #crystal-lang
<Ober>
so is it true cystal is written in crystal?
<FromGitter>
<Blacksmoke16> yes
<SamantazFox>
Ober: lime many languages, the compiler is written in said language ^^
<SamantazFox>
C/C++ compilers are written in C/C++, rustc is written in rust, the haskell compiler is written in haskell, and the crystal compiler is written in crystal
lanodan_ is now known as lanodan
notzmv has joined #crystal-lang
<Ober>
java is written in c++, ruby in c, etc.
<SamantazFox>
those aren't compiled languages ^^
alexherbo2 has quit [Ping timeout: 260 seconds]
_ht has joined #crystal-lang
<riza>
some of the Java JVMs are written in C++, and some of them are written in Java
Sankalp has quit [Ping timeout: 268 seconds]
Sankalp has joined #crystal-lang
ur5us has joined #crystal-lang
_ht has quit [Quit: _ht]
hightower2 has quit [Ping timeout: 260 seconds]
hightower2 has joined #crystal-lang
hightower2 has quit [Remote host closed the connection]
renich has joined #crystal-lang
<FromGitter>
<jrei:matrix.org> for python, there are compilers written in python
jmdaemon has joined #crystal-lang
<FromGitter>
<riffraff169> the mark of a true language (ha) is when the language gets powerful enough that the compiler can be rewritten in itself
<FromGitter>
<riffraff169> usually it starts out in c until it gets to the point it can be bootstrapped
<FromGitter>
<riffraff169> just out of curiosity, i wonder when that point was? what version(s) did it switch from c to crystal? (assuming it started out in c)
<FromGitter>
<Blacksmoke16> crystal was originally Ruby
hightower2 has joined #crystal-lang
<FromGitter>
<wwalker> I'm trying to build for amazon linux 2 on aarch64. I tried to cross compile: ⏎ ⏎ ```code paste, see link``` ⏎ ⏎ My searches lead me to believe I can't compile on aarch64 at all. ... [https://gitter.im/crystal-lang/crystal?at=637eac88abfb5860bb2d30ca]
<FromGitter>
<Blacksmoke16> did you run the commands outputted via the cross complication? afaik it should emit some files and a command to run on the aarch system
<FromGitter>
<wwalker> ah! No. (stupid newbie's should apy attention to the docs...)