Decide whether or not to use Guile #13
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bassguitarbill/thrive#13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Guile would be an interesting way to program the game: rather than writing a parser for my homemade config formats, I can write the adventure in Guile and just have a C backend for it. However, this was originally a C / Raylib project, so I'm not sure if switching to a tech I don't know is the best idea.
MVP: Should I use Guile or not, and if so, where should be break be between C and Guile?
Nope