#140065 - 2005-05-20 02:01 AM
Re: My thoughts on new features
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
Richard ... two things ...
1) Redirection to stdout is possible using a little trick we found. Set ASCII ON at the top of your script:
Code:
break on
$= setoption("ascii","on")
?"hello world"
exit 0
Then you can redirect or pipe the output for example using the above script:
E:\>kix32 test | findstr /i "hello" hello world E:\>
2) I agree 100% whole-heartedly with your first comment (about adding language enhancements versus new functions) ... I would love to see COM event handling, object oriented features, dotnet support and all those other sexy things you mentioned. Think Kixtart is due for some more jazzing-up ;0)
|
|
Top
|
|
|
|
#140069 - 2005-05-20 03:20 AM
Re: My thoughts on new features
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
Quote:
Do you mean accessing the .NET object model?
exactly, you said it perfect - "accessing" the model (as opposed to becoming part of it) ... not suggesting Ruud turn Kixtart into yet another .net language, but can you imagine being able to access the CLR from within Kixtart (just like one accesses COM objects).
The other thing I would really love to see is language support for objects. Being able to create custom objects and access them via properties and method calls - very powerfull.
Its those kinds of "enhancements" that (i) yearn for (think you do to).
|
|
Top
|
|
|
|
#140073 - 2005-05-20 08:56 AM
Re: My thoughts on new features
|
NTDOC
Administrator
   
Registered: 2000-07-28
Posts: 11628
Loc: CA
|
Quote:
About KiXtart KiXtart is a spare time project of Ruud van Velsen of Microsoft Netherlands.
KiXtart was developed on Windows XP using Microsoft Visual Studio, Microsoft Visual C 6.0 SP5, Microsoft Assembler 6.1 and the Windows 32 Software Development Kit.
The SPK format used by the PLAY command was originally designed by Gordon E. Peterson II. The SPK files were translated from BASIC and Assembler programs gathered from various public domain sources.
|
|
Top
|
|
|
|
Moderator: Lonkero, ShaneEP, Jochen, Radimus, Glenn Barnas, Allen, Ruud van Velsen, Mart
|
0 registered
and 657 anonymous users online.
|
|
|