Author Topic: Perl code templates  (Read 2695 times)

Playa

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • Infernal Server Terror (500)
    • View Profile
Perl code templates
« on: August 06, 2007, 10:43:09 am »
Has anybody succeeded in generating perl code templates, so that generating source code generates classes as packages, operations as subs and parameters included in the operations?
G'Day

thomaskilian

  • Guest
Re: Perl code templates
« Reply #1 on: August 08, 2007, 02:50:37 pm »
I create Perl (and PHP) but use my own generation framework (with automation).

Playa

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • Infernal Server Terror (500)
    • View Profile
Re: Perl code templates
« Reply #2 on: August 08, 2007, 09:31:38 pm »
Quote
I create Perl (and PHP) but use my own generation framework (with automation).

Is there any possibility for you to share some information about your framework and/or code template code?
G'Day

thomaskilian

  • Guest
Re: Perl code templates
« Reply #3 on: August 09, 2007, 07:33:18 am »
I'm simply too busy at the moment to setup this for shared access (and that will likely stay this way for some time :'(). I can try to answer some questions if possible. But likely it's more of a shortcut for you to modify the existing PHP code templates (I started that way once). That can give you a quick solution. Depending on how far you want to go (I was heading for MDA) you should know that the code gen templates bring quick result but are hard to maintain upon reaching some complexity.

Playa

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • Infernal Server Terror (500)
    • View Profile
Re: Perl code templates
« Reply #4 on: August 09, 2007, 09:27:04 am »
Quote
I'm simply too busy at the moment to setup this for shared access (and that will likely stay this way for some time ...

Thanks for the thought. I've tried to start from scratch but ran into timetable issues due to the hectic work schedule awhile ago. Now that I have a few minutes to spare, I'll try your way. Basic code gen source for packages and methods (sub) would be appreciated to get the work going?

Thanks a bunch.

PS. If you some time in the future get to setup the shared access, could you somehow inform of it?
G'Day

thomaskilian

  • Guest
Re: Perl code templates
« Reply #5 on: August 09, 2007, 12:42:01 pm »
I will put it onto the EA Wiki - but it will definitely take some time.