1-10 of 16 < Previous Next >
Discussions for Script.NET
Latest post:
May 6
2:40 PM
2 Posts
First post: rafal_g wrote: Hi, script.net is an interpreted language, so I expected it to be less performant than compiled code, but acceptably fast at expression evaluation (eval function). However, curren...
Latest post: rafal_g wrote: Hello, this time I'd like to post some good news. After such disappointing results I described above, I repeated the tests with script.net built on Irony toolkit and this time the res...
Jump to: First Post    |Latest Post
Latest post:
May 6
1:48 PM
3 Posts
First post: rafal_g wrote: Hello, I am thinking about using Script.Net as a scripting language for a workflow engine. However, I don't know if it supports some features I'd like very much to have. ...
Latest post: rafal_g wrote: Hi, thanx for your response. After digging a bit in script.net I think persisting the whole engine state is a bit of an overkill for my application. For the beginning, it would be enough ...
Jump to: First Post    |Latest Post
Latest post:
Apr 1
12:48 PM
2 Posts
First post: jmptrader wrote: Hi Peter, you have considered ? an release of the Script .NET with Irony (Lexer/Parser) Engine. Very Thanks. JM
Latest post: ppp_extr wrote: Hi! Yes, i have prepared an initial preview which you could download from http://www.protsyk.com/scriptdotnet. The upcoming realeases wi...
Jump to: First Post    |Latest Post
Latest post:
Mar 14
2:58 PM
2 Posts
First post: foahchon wrote: Hi, I'm trying to use Script.NET to add scripting to an application I'm working on, but it seems every time I want to compile/execute a block of code I have to AddType/Add...
Latest post: ppp_extr wrote: Hi, sorry for delaying with answer. I have hopefully implemented your request. Please consider latest sources in Source Code section. Here is an example:&...
Jump to: First Post    |Latest Post
Latest post:
Dec 17 2007
2 Posts
First post: Dewey wrote: How does you solution handle AppDomains. Are the assemblies handled in memory, or are there temporary DLL's created. Also, when is memory freed...
Latest post: ppp_extr wrote: Hi! Thank you for your question. How does you solution handle AppDomains. Script is executed in the current AppDomain. However you c...
Jump to: First Post    |Latest Post
Latest post:
Nov 29 2007
5 Posts
First post: mrpoopy wrote: Hi. Is it possible to access to .NET objects using the fully qualified name? for example x = MySpace.MyClass instead of x = MyClass; or maybe the imports keyword can be su...
Latest post: ppp_extr wrote: Yes I have noticed this terrible bug. There is possible solution (in the latest check-in): x = Context.GetStaticValue('Syst...
Jump to: First Post    |Latest Post
Latest post:
Nov 29 2007
3 Posts
First post: mrpoopy wrote: These scripts fail in the test app with "Object reference not set to an instance of an object". x = null; if(x!=null...
Latest post: ppp_extr wrote: Thanks for your observation. You can post bugs here, but for code tracking i'm transferring them to issue tracker and associating with code check-ins
Jump to: First Post    |Latest Post
Latest post:
Nov 29 2007
4 Posts
First post: pnmcosta wrote: Hya, A little background on what i'm trying to achieve, we have a contacts database that can be queried upon, either database or a collection of contacts, I have a...
Latest post: mrpoopy wrote: The newest source always has all the previous updates.
Jump to: First Post    |Latest Post
Latest post:
Nov 9 2007
2 Posts
First post: jmptrader wrote: Hi Peter, An idea: In the old ages, Clipper 5.0 introduced codeblocks. codeBlockExpression = { | |...
Latest post: ppp_extr wrote: Ok, Thanks for valuable idea!
Jump to: First Post    |Latest Post
Latest post:
Nov 5 2007
2 Posts
First post: zonghan wrote: hello~ I have made some test of Script.NET and find it really powerful and funny ! But i have two question 1. I can "new" a clas, but i don'...
Latest post: ppp_extr wrote: Hello! 1. The first is a "feature". It will be resolved in the next version. 2. Script.NET is original language. Its syntax is similar to JavaScri...
Jump to: First Post    |Latest Post

Configure View

Sorted by Latest post
Search
Filter
(by tag)
All tags
1-10 of 16 < Previous 1 2 Next >
Updating...