View Poll Results: Support ?

Voters
23. This poll is closed
  • Yes

    21 91.30%
  • No

    2 8.70%
Page 2 of 5 FirstFirst 1234 ... LastLast
Results 16 to 30 of 73
  1. #16
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Jetamay View Post
    I wrote a scripting engine once but it was a bit of a mess because I skipped the intermediate level of compilation.

    With .Net you can just compile C# code on the fly that runs equally as a fast as the code which compiled it, compile times for .Net are incredibly fast as well (because it only has to compile to CLI.) The .Net framework virtually ships with a scripting engine - at least reflection makes it seem like such. That's one of the reasons it's so powerful.

    So while I encourage what you're doing, I would do it w\ a language that doesn't rely on a framework that carries around a compiler where-ever it goes (if you aren't already.)

    Another idea is to write it so that it supports the compact .net framework, because that framework doesn't support reflection as well or on the fly compiling.

    But for my engine, I have a 'scripts' precompiled to assemblies. So that it would be compiled directly into CLI - so runtime analysis & compilation wasn't required.
    Thanks for the suggestions. At first, I planned to use CodeDom, but it has so many limitations including no support for aliasing and nested namespaces, variable declaration list, readonly modifier, unary expressions etc. CodeDom doesn't provide some functionality I would like to have in my language. And unfortunately, at this stage, I have to rely on .NET framework. If this went successful, I would switch to C++ which would make it pretty much independent ;]

    ---Thanks everyone for support
    Jason: You still mad nigga. <3


    Quote Originally Posted by NextGen1 View Post
    Whats your plan on releases?
    Pawnage.
    Last edited by Hassan; 04-18-2011 at 11:24 PM.

  2. The Following User Says Thank You to Hassan For This Useful Post:

    @osma8 (04-19-2011)

  3. #17
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    yea sure..
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  4. The Following User Says Thank You to 'Bruno For This Useful Post:

    Hassan (04-19-2011)

  5. #18
    Ravallo's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Location
    The Netherlands
    Posts
    17,093
    Reputation
    2134
    Thanks
    5,750
    My Mood
    Angelic
    I support you in anything you do, although I can't help you with the coding


     

    MSN: woutervvelsen@live.nl
    Timezone: GMT +1



    Middleman since: April 13th, 2011
    Marketplace minion since: April 18th, 2011
    Runescape minion since: June 6th, 2011
    Moderator since: September 28th, 2011
    General Moderator since: November 2nd, 2011
    Global Moderator since: April 29th, 2012
    Super User since: November 1st, 2013

  6. The Following User Says Thank You to Ravallo For This Useful Post:

    Hassan (04-19-2011)

  7. #19
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Ravallo View Post
    I support you in anything you do, although I can't help you with the coding
    Thanks Boy. Much <3

  8. #20
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Looks shitty. Probably only GUI(no coding) - voted no ofc.

    nah, already wrote db functions, gotta write some moar for you ^^



  9. The Following User Says Thank You to Blubb1337 For This Useful Post:

    Hassan (04-19-2011)

  10. #21
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Blubb1337 View Post
    Looks shitty. Probably only GUI(no coding) - voted no ofc.

    nah, already wrote db functions, gotta write some moar for you ^^
    Fuck, both used white font. With high brightness, I can't even see that with out selection -.-

  11. #22
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by Hassan View Post

    Fuck, both used white font. With high brightness, I can't even see that with out selection -.-
    That's the point captain obvious.



  12. The Following 4 Users Say Thank You to Blubb1337 For This Useful Post:

    Hell_Demon (04-20-2011),Insane (04-20-2011),Jason (04-19-2011),Samueldo (04-20-2011)

  13. #23
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Blubb1337 View Post
    That's the point captain obvious.
    I see.
    Last edited by Hassan; 04-19-2011 at 02:09 PM.

  14. #24
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by Insane View Post
    One question.

    What did you code the compiler with
    Visual Basic. ^_^
    @master131 FU, Hassan is an epic coder.

    Off topic:
    I really don't want to leave. So the fucker that -Repped me can fuck him/her self.

  15. #25
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Play&Win View Post


    Visual Basic. ^_^
    @master131 FU, Hassan is an epic coder.

    Off topic:
    I really don't want to leave. So the fucker that -Repped me can fuck him/her self.
    Umm, actually he is right. There is no ASM support in vb.net but it was supported in VB 6 using some dll (can't remember the name). So, there might be a solution to make it work in vb.net too. Not sure ofc

  16. The Following User Says Thank You to Hassan For This Useful Post:

    ♪~ ᕕ(ᐛ)ᕗ (04-20-2011)

  17. #26
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by Hassan View Post


    Umm, actually he is right. There is no ASM support in vb.net but it was supported in VB 6 using some dll (can't remember the name). So, there might be a solution to make it work in vb.net too. Not sure ofc
    If you want I can make some little researches. IDK if they're going to help, but I really need to find a way to support u as much as possible.

  18. #27
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Play&Win View Post


    If you want I can make some little researches. IDK if they're going to help, but I really need to find a way to support u as much as possible.
    Yeah sure, go for it ;]

  19. #28
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by Hassan View Post


    Yeah sure, go for it ;]
    Persistent Realities » Home » VB Fibre

    Check it out. I'm lazy to read it all. -.-

    Oh and this is the Inline asm by John Sugas:
    Vb InLine ASM by John Sugas

  20. #29
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Play&Win View Post


    Persistent Realities » Home » VB Fibre

    Check it out. I'm lazy to read it all. -.-

    Oh and this is the Inline asm by John Sugas:
    Vb InLine ASM by John Sugas
    As I said, VB 6 supports it. VB.NET doesn't supports it mainly because of lack of support for un-managed code.

  21. #30
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    I would like to take an active role in the development of this wonderful language... (whose syntax is currently unknown)

    Quote Originally Posted by Hassan View Post


    As I said, VB 6 supports it. VB.NET doesn't supports it mainly because of lack of support for un-managed code.
    you can write ASM through WinAPI functions though

  22. The Following User Says Thank You to freedompeace For This Useful Post:

    Hassan (04-20-2011)

Page 2 of 5 FirstFirst 1234 ... LastLast

Tags for this Thread