shosetsuorg / kotlin-lib

MOVED TO GITLAB: Shosetsu - Base Library and Lua Support
https://gitlab.com/shosetsuorg/kotlin-lib
GNU General Public License v3.0
6 stars 17 forks source link

Extension permanent data storage #46

Open Doomsdayrs opened 2 years ago

Doomsdayrs commented 2 years ago

Create an interface so that extensions can permanently store simple data in Shosetsu.

I will discuss with @TechnoJo4 regarding this

TechnoJo4 commented 2 years ago

A general version of this would be pretty hard to get right. Should consider usecases and then figure out which specific features are necessary. For temporary storage, people can already just create local variables on the top-level of their files.