Difference between revisions of "Gaps in software"

From apm
Jump to: navigation, search
m (moved '''Software trouble pages''' to top)
(List of gaps / cracks / rifts / barriers /...: added point on DSLs)
Line 19: Line 19:
 
----
 
----
 
* Safe cross thread communication in concurrent computing
 
* Safe cross thread communication in concurrent computing
 
+
----
These gaps can be underlying causes for higher up manifesting symptoms ...
+
Domain specific languages DSLs:
 +
* [[DSL to general purpouse programming language barrier]] <br> Having a [[DSL as a library]] is highly desired but then <br>there still can be a [[DSL to host language barrier]] <br>related to [[homoiconicity]]
  
 
== Related ==
 
== Related ==

Revision as of 12:08, 20 August 2023

This article is a stub. It needs to be expanded.

Up: Software trouble pages

With the development of atomically precise manufacturing we'll
eventually reach a future world where matter essentially becomes software.
So it is really important to fix all the cracks and gaps within software till then.
Heck, if problems are not fixed there will be serious problems long before
advanced productive nanosystems arrive.

List of gaps / cracks / rifts / barriers /...

  • RAM to HDD serialization barrier
  • The CPU GPU gap
  • inter process communication barrier
  • network serialization barrier
  • GUI commandline rift
  • (Caches-level barriers)
  • value-level type-level barrier – dependently typed languages try to solve this one

  • Safe cross thread communication in concurrent computing

Domain specific languages DSLs:

Related


Gaps in the development of APM

External links

Great article about barriers, gaps, rifts, and plumbing

Whorf-Conway

Combining Whorfs and Conways law ...

Adding both of the above together one can get the following:
Bad/good (programming) "languages" for human computer communication limit/enhance what we can express (Saphir-Whorf).
This is a limit on (or enhancement of) our communication structure, and ultimately leads to worse/better systems being built (Conway).

Concurrency