forked from scriptcs/scriptcs
-
Notifications
You must be signed in to change notification settings - Fork 8
Notes from 03 03 2013 Discussion
glennblock edited this page Mar 3, 2013
·
7 revisions
- Simplicity - don't try to reproduce VS, no need to RTFM
- Agility
- Having a platform for fast development / easily grow up
- Prototype quickly
- Write automation scripts i.e. like Ruby/Node
- Initialization like startup/bootstrapping type of things.
- Extensions / Extending an app with Script
- I don't need to read a manual.
- I don't need to install anything other than scriptcs
- Very conscise and clear error handling
- I can include other loose scripts.
- I can have a nuget package with scripts
- I don't need to install anything including RosylnCTP.
- [1] Validate against Packages.config - Only load packages in the config, error if packages are missing. (Glenn)
- [1] Includes - #Load don't reinvent / be consistent (Filip)
- [1] Scriptcs API - ALlows hosting Scriptcs (Justin)
- [1] Validate binaries in scripts are present in bin.
- [2] C# interactive window support (Filip)
- [2] Script packs - 3rd party plugins (Glenn) ** Nuget script pack? Some tag or file that says it's a pack ** Script nuget package binding - I can have a nuget with scripts ** Host object contains property per script packs
- [2] Export to exe
- [2] Export to VS Project
- [2] Sublime Text Plugin
- [2] Syntax tree validation ** Are my script packs present? ** Are all my nuget packages present?
- ASP.NET on IIS?
- MVC / Web Forms?
- Create DLLS