Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Modulation examples

The following examples demonstrate different patterns implemented using modulation:

  • app - packaging an app with all its dependencies
  • callable - using a callable module
  • export_self - a module that exports a proc returning itself
  • forward - forwarding method calls to a hidden object
  • lambdas - a module written using lambdas
  • reload - module reloading
  • router - mapping and accessing modules through a uniform interface
  • singleton - the singleton pattern using Modulation
  • tagged - tagged sources