Loner@lemmy.world to Programmer Humor@programming.devEnglish · 8 days ago"AI is gonne take our jobs." The AI:lemmy.worldimagemessage-square43fedilinkarrow-up1226arrow-down14
arrow-up1222arrow-down1image"AI is gonne take our jobs." The AI:lemmy.worldLoner@lemmy.world to Programmer Humor@programming.devEnglish · 8 days agomessage-square43fedilink
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up2arrow-down1·7 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.