Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
possible programming challenge: a smart(er) IDE?
#12
(10-14-2022, 06:07 PM)Pete Wrote: I got a kick out of Bill, too. You know he had a theoretical degree in physics!

Since IDE's exist for other languages, I think a universal IDE would be a high work to reward ratio. I'm not sure anyone will want to jump on that grenade. Hey, where's Clippy?! (BOOM!)

Pete

The big idea here and final goal is more that we can treat a programming language kind of how a Word processor treats a font - as more a part of the presentation than the actual content. Underneath it all, any program is ultimately a bunch of instructions to store and compare values, apply operations, do branching, and I/O. Of course a given program is a lot harder to translate into a different paradigm, but at the end of the day, they all compile (or are interpreted) to the same machine code instructions, which are not OO or anything other than very simple instructions. If we don't try to handle how to convert code between paradigms (we'll leave that for the day when AI is smart enough) and stick to the basic features that most procedural languages can do, then I think it is doable.
Reply


Messages In This Thread
RE: possible programming challenge: a smart(er) IDE? - by madscijr - 10-14-2022, 06:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  personal coding challenge results James D Jarvis 4 641 06-20-2025, 03:20 PM
Last Post: James D Jarvis
  IDE suggestions / editor questions madscijr 14 2,387 05-01-2025, 12:56 PM
Last Post: madscijr
  QB64PE programming challenge? auto-convert image to photoreal etch-a-sketch drawing madscijr 9 1,902 02-14-2025, 05:49 PM
Last Post: madscijr
  Steve's Programming Challenge: Weights and Measures SMcNeill 23 4,047 08-16-2024, 08:49 PM
Last Post: Pete
  IDE almost flatlines 4 of 4 cpus - linux - any cure? desA 5 1,075 07-28-2024, 02:49 PM
Last Post: bplus

Forum Jump:


Users browsing this thread: 1 Guest(s)