Portal:Software Development Tools: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Introduction == This portal is for all software tools that a Perl programmer can use to ehance their productivity. Most tools here will support Perl directly, but they don't need to as long as they offer workflow and productivity enhancements for Perl journeymen. '''Note to editors''': Please provide sufficient description of the tool's purpose and potential advantage it could bring, particularly if it is a surprising suggestion or not well known. Feel free to create...") |
No edit summary |
||
Line 5: | Line 5: | ||
== Text Editors, IDEs with Perl Support == | == Text Editors, IDEs with Perl Support == | ||
=== Power Users === | |||
* [[Using Tmux+vim|tmux+vim]] | |||
* [https://blog.sanctum.geek.nz/unix-as-ide-introduction/ Unix as an IDE] (obligatory) | |||
=== Windows === | === Windows === | ||
Line 19: | Line 24: | ||
* [https://metacpan.org/pod/App::Codit App::Codit] | * [https://metacpan.org/pod/App::Codit App::Codit] | ||
* [https://padre.perlide.org/ Padre] | * [https://padre.perlide.org/ Padre] | ||
* ActiveState Komodo (now [https://github.com/ActiveState/OpenKomodoIDE/releases Open Source] | * ActiveState Komodo (now [https://github.com/ActiveState/OpenKomodoIDE/releases Open Source] | ||
== Debuggers == | == Debuggers == | ||
== Profiling and | == Profiling, Benchmarking, Test Coverage == | ||
* Devel::NYTProf | |||
* Test::Coverage | |||
== Power Tools == | |||
=== Windows === | |||
* MobaXTerm | |||
=== Linux === | |||
* mosh | |||
* htop | |||
=== MacOS === | |||
== Database Clients and SQL/Schema Designers == |
Revision as of 18:41, 25 January 2025
Introduction
This portal is for all software tools that a Perl programmer can use to ehance their productivity. Most tools here will support Perl directly, but they don't need to as long as they offer workflow and productivity enhancements for Perl journeymen.
Note to editors: Please provide sufficient description of the tool's purpose and potential advantage it could bring, particularly if it is a surprising suggestion or not well known. Feel free to create pages for tools that deserve sufficient coverage.
Text Editors, IDEs with Perl Support
Power Users
- tmux+vim
- Unix as an IDE (obligatory)
Windows
Linux
MacOS
Cross Platform
- App::Codit
- Padre
- ActiveState Komodo (now Open Source
Debuggers
Profiling, Benchmarking, Test Coverage
- Devel::NYTProf
- Test::Coverage
Power Tools
Windows
- MobaXTerm
Linux
- mosh
- htop