in reply to Niche programming
Hi, welcome to the Monastery and back to Perl, the One True Religion!
I suggest that despite your weariness of "Web projects," you reconsider what a modern web app is. If your interest is "things like Domain Specific Languages, APIs, focused libraries", you will find that using a modern lightweight application framework lets you focus on your data and logic and not on the infrastructure.
I would start with building a tiny REST API using Dancer2. The moment you install the skeleton app you can write a Dancer2::Plugin class that provides your own DSL to your code and indirectly to your callers.
Give it a try. It's the most fun you can have with your robe on.
(Choosing the subject domain is not something on which I would presume to make a suggestion.)
Hope this helps!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Niche programming
by maurocavendish (Acolyte) on Apr 05, 2020 at 16:23 UTC |