Skip to content

Migrate Tehila to CHICKEN 5 - #3

Open
paines wants to merge 1 commit into
sgrove:masterfrom
paines:chicken5-migration
Open

Migrate Tehila to CHICKEN 5#3
paines wants to merge 1 commit into
sgrove:masterfrom
paines:chicken5-migration

Conversation

@paines

@paines paines commented Nov 13, 2025

Copy link
Copy Markdown
  • Replace 'use' and 'require-extension' with 'import' statements
  • Update module names to CHICKEN 5 syntax (chicken.*)
  • Fix macro syntax to use er-macro-transformer
  • Add missing imports: chicken.io, chicken.locative, chicken.format
  • Convert exact numbers to floats for OpenGL functions
  • Fix texture index in floor.scm example
  • Replace ->string with sprintf for CHICKEN 5 compatibility
  • Add tehila.egg file for CHICKEN 5 package management
  • Change quit key to Escape in tehila_basic_camera.scm

- Replace 'use' and 'require-extension' with 'import' statements
- Update module names to CHICKEN 5 syntax (chicken.*)
- Fix macro syntax to use er-macro-transformer
- Add missing imports: chicken.io, chicken.locative, chicken.format
- Convert exact numbers to floats for OpenGL functions
- Fix texture index in floor.scm example
- Replace ->string with sprintf for CHICKEN 5 compatibility
- Add tehila.egg file for CHICKEN 5 package management
- Change quit key to Escape in tehila_basic_camera.scm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant