Loner@lemmy.world to Programmer Humor@programming.devEnglish · 5 days ago"AI is gonne take our jobs." The AI:lemmy.worldexternal-linkmessage-square45fedilinkarrow-up1228arrow-down14
arrow-up1224arrow-down1external-link"AI is gonne take our jobs." The AI:lemmy.worldLoner@lemmy.world to Programmer Humor@programming.devEnglish · 5 days agomessage-square45fedilink
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up2arrow-down1·4 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.