Loner@lemmy.world to Programmer Humor@programming.devEnglish · 6 days ago"AI is gonne take our jobs." The AI:lemmy.worldimagemessage-square39fedilinkarrow-up147arrow-down11
arrow-up146arrow-down1image"AI is gonne take our jobs." The AI:lemmy.worldLoner@lemmy.world to Programmer Humor@programming.devEnglish · 6 days agomessage-square39fedilink
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up2arrow-down1·5 days 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.