Loner@lemmy.world to Programmer Humor@programming.devEnglish · 1 day ago"AI is gonne take our jobs." The AI:lemmy.worldimagemessage-square42fedilinkarrow-up1187arrow-down13
arrow-up1184arrow-down1image"AI is gonne take our jobs." The AI:lemmy.worldLoner@lemmy.world to Programmer Humor@programming.devEnglish · 1 day agomessage-square42fedilink
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up2arrow-down1·11 hours agoExcept it has some really good ideas that should be copied. There are other languages that have a syntax for denoting regex, such as ~r'foo' in Elixir. This gets the syntax highlighting you need without a big addition to the language.
Except it has some really good ideas that should be copied. There are other languages that have a syntax for denoting regex, such as
~r'foo'
in Elixir. This gets the syntax highlighting you need without a big addition to the language.