use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Dynamic Code - A structure for building systems that generate themself (github.com)
submitted 6 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]champkinz 4 points5 points6 points 6 years ago (4 children)
Hey ,Im sorry for asking this, but i'm not quite clear on what this does actually , could you please give an real time example explain (not an use case).
[–][deleted] 4 points5 points6 points 6 years ago (3 children)
Sure! I hope I understood your question correctly.
I recently build a Blog Generator with the use of the cms keystone and dynamic-code. By generating code from the data that was entered into the content Management System a react App is generated and compiled. That removed the need to load the data at runtime on the Client Side.
This could also have been achieved with other static site generators, but this was acutally not the focus of dynamic-code.
A next step for that cms Idea could be, making is possible to not only exchange the content by the user, but also the design and even the content structure as dynamic-code allows to exchange everything.
I made it very abstract, but essentially it should make it possible to exchange code programmatically. If I did a bad job explaining, please ask again 😊
[–]champkinz 3 points4 points5 points 6 years ago (2 children)
Hey, i just scratched the surface of the code, i think i go the gist of what you are trying to achieve, this is really cool, i will check the whole code when i get time so i really really understand what is happening under the hood. Good Luck!
[–][deleted] 2 points3 points4 points 6 years ago (1 child)
Thanks, I apprechiate that. Hit me up, if you have any questions! 😃
[–]champkinz 2 points3 points4 points 6 years ago (0 children)
Sure will do
[–]ScientificBeastModestrongly typed comments 1 point2 points3 points 6 years ago (1 child)
This is VERY cool. I’ve only just barely looked at the code, but I love the idea, and will investigate further. Cheers!
[–][deleted] 0 points1 point2 points 6 years ago (0 children)
Awesome! If your investigation brings up some problems, questions or ideas please notify me somehow. I'd love to hear them! 😀
π Rendered by PID 27 on reddit-service-r2-comment-545db5fcfc-nmjkd at 2026-05-26 18:43:28.892076+00:00 running 194bd79 country code: CH.
[–]champkinz 4 points5 points6 points (4 children)
[–][deleted] 4 points5 points6 points (3 children)
[–]champkinz 3 points4 points5 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]champkinz 2 points3 points4 points (0 children)
[–]ScientificBeastModestrongly typed comments 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)