|
|
|
|
|
by thecupisblue
1918 days ago
|
|
Working on something similar in my spare time, its quite... exhausting to be honest.
Basic premise is you define a core model or different types of models and use transformers to transform them from one type to another, building a huge structure in the process than can help you generate stuff and notify of updates. The biggest problem is cascading updates, recursive calls, UI and performance in general. Currently doing it on the JVM but I think I should migrate to something closer to machine code to net realistic performance. |
|