this post was submitted on 03 Aug 2023
2 points (100.0% liked)

Programming

13345 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

cross-posted from: https://programming.dev/post/1245230

Hi, what is the most primitive programming language (esolangs included) that you can think of or make up that could still be reasonably well^1^ supported by a language server (or similar piece of software)?

1 We have to draw a line somewhere, so I'd figure capabilities

  • highlight semantic errors
  • renaming stuff safely, that is:
    • without confirmation
    • without evaluating parts of the code
  • proper completion (not just best guess)
  • go to definition/show use

I appreciate your answers!

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here