wolfram77 / wolfram77.github.io

Not just bread and butter, add paneer too.
https://wolfram77.github.io/
1 stars 0 forks source link

On Programming Languages #1

Open wolfram77 opened 1 month ago

wolfram77 commented 1 month ago

Related to Conversion of TypeScript to C++

wolfram77 commented 1 month ago

Related to C++ Package Manager

wolfram77 commented 1 month ago

Related to OneAPI

wolfram77 commented 1 month ago

Related to Preprocessor

wolfram77 commented 1 month ago

Related to Hughes List

wolfram77 commented 1 month ago

Related to org-mode (literate programming)

I have some initial ideas like using org-mode like style that allows me to put the same function / struct in a single file for multiple languages. I can then tangle it into separate files. Also instead of a code-block a generator could be used to generate code/documentation instead of manually putting it in code-blocks.

wolfram77 commented 1 month ago

Related to SIMD

wolfram77 commented 1 month ago

Related to Naming Convention

wolfram77 commented 1 month ago

Related to Comptetitive Programming

wolfram77 commented 1 month ago

Competitive Programming Insights

I was working on a BFS problem. During BFS, there were many vertices in the frontire. When using a queue, it is important to quickly set the visited flag as early as possible - otherwise, the same cell would keep getting added repeatedly.

wolfram77 commented 1 month ago

Related to Basics

wolfram77 commented 1 month ago

Related to Graphics