Loner@lemmy.world to Programmer Humor@programming.devEnglish · 1 month ago"AI is gonne take our jobs." The AI:lemmy.worldimagemessage-square44fedilinkarrow-up1224arrow-down14
arrow-up1220arrow-down1image"AI is gonne take our jobs." The AI:lemmy.worldLoner@lemmy.world to Programmer Humor@programming.devEnglish · 1 month agomessage-square44fedilink
minus-squarefreziklinkfedilinkarrow-up2arrow-down1·1 month 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.