Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
research:software:effscript [2015/06/24 20:44] – [Plotting the results] mtororesearch:software:effscript [2015/08/04 21:33] etanter
Line 1: Line 1:
 ====== EffScript: Practical Effects for Scala ====== ====== EffScript: Practical Effects for Scala ======
 +
 +{{bib>toroTanter-oopsla2015|Customizable Gradual Polymorphic Effects for Scala}} accepted at [[http://2015.splashcon.org/track/oopsla2015|OOPSLA 2015]] [[http://2015.splashcon.org/track/splash2015-artifacts|{{research:aec-oopsla.png?100}}]]
  
 EffScript is a small domain-specific language for writing tailored effect disciplines for Scala. In addition to being customizable, the underlying effect system supports both effect polymorphism (as developed by Lukas Rytz in his PhD thesis) and gradual effect checking (following the theory of Bañados, Garcia and Tanter). EffScript is a small domain-specific language for writing tailored effect disciplines for Scala. In addition to being customizable, the underlying effect system supports both effect polymorphism (as developed by Lukas Rytz in his PhD thesis) and gradual effect checking (following the theory of Bañados, Garcia and Tanter).
Line 378: Line 380:
 - matplotlib - matplotlib
  
-Place the content of the zip file inside the benchmark folder. Then, edit 'runbenchmark' file to set the number of iteration by editing variable 'n':+Place the content of the zip file inside the benchmark folder. Then, edit ''runbenchmark'' file to set the number of iteration by editing variable ''n'':
  
 <code bash> <code bash>
Line 398: Line 400:
 </code> </code>
  
-The execution will output the results in 'outputbenchmark' file. We have provided a 'outputbenchmark' example file.+The execution will output the results in ''outputbenchmark'' file. We have provided a ''outputbenchmark'' example file.
  
 To plot the results just run: To plot the results just run:
Line 404: Line 406:
 python buildGraph.py python buildGraph.py
 </code> </code>
-It will generate a 'benchmark.pdf' file with the plot. We have provided a 'benchmark.pdf' example file.+It will generate a ''benchmark.pdf'' file with the plot. We have provided a ''benchmark.pdf'' example file.