Skip to content

Some helpers that may make livecoding with slime/sly a little easier

License

Notifications You must be signed in to change notification settings

cbaggers/livesupport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some helpers that make livecoding at little easier with:

  • slime/swank
  • sly/slynk

Exposes:

#'update-repl-link

Call this function to get the server to handle requests. Put this in your main game/demo/etc loop to keep the repl live whist your code runs.

#'peek

A quick way of calling inspecting an object in your editor

continuable

A macro commonly used in livecoding to enable continuing when errors are raised. Simply wrap around a chunk of code and it provides a restart called 'continue' which ignores the error and carrys on from the end of the body. I usually wrap this around the code 'step' function in my main loop.

About

Some helpers that may make livecoding with slime/sly a little easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •