Portal:Software Development Tools: Difference between revisions

From Perl Guilds - Getting Medieval with Perl
Jump to navigation Jump to search
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 39: Line 39:


* MobaXTerm
* MobaXTerm
* MSYS2's terminal can replicate familiar workflows in a very seamless way, and used along side Strawberry Perl (for editing files only):
** <code>pacman -S vim git</code>
** See [[Developing and Distributing wxPerl Applications on Windows#Editor and git Options on Windows]]


=== Linux ===
=== Linux ===
Line 46: Line 49:


=== MacOS ===
=== MacOS ===
=== Cross Platform ===
* [https://www.giuspen.net/cherrytree/ Cherry Tree] - an amazing hierarchical note-taking application ([https://github.com/giuspen/cherrytree github])
** supports nodes of many different content types
** node can even be executable Perl (and others)
** syntax highlighting for snippets
** supports LaTeX, HTML, embedded images


== Database Clients and SQL/Schema Designers ==
== Database Clients and SQL/Schema Designers ==
Line 62: Line 73:


* [[Developing and Distributing wxPerl Applications on Windows#wxGlade - a Perl Friendly(cross-platform) GUI Builder|wxGlade]] (''Latest at this time'', '''Version 1.1.0, July 7, 2024''')
* [[Developing and Distributing wxPerl Applications on Windows#wxGlade - a Perl Friendly(cross-platform) GUI Builder|wxGlade]] (''Latest at this time'', '''Version 1.1.0, July 7, 2024''')
* [https://web.archive.org/web/20131020024033/http://www.wxdesigner-software.de/download.html wxDesigner] (''Latest at this time'', '''2.14 - wxWidgets 2.8.8/ 2.20a - wxidgets pre-3.0, May 2009''')
** outputs Perl code
** archived but a trial is downloadable [[https://web.archive.org/web/20131020024033/http://www.wxdesigner-software.de/download.html here]] (archive.org)
** Reliable contact for license: ''undetermined at this time''
* [http://www.anthemion.co.uk/dialogblocks/download.htm DialogBlocks] -  '''('''''Latest at this time'', '''Version 5.18, August 21st, 2024)'''
* [http://www.anthemion.co.uk/dialogblocks/download.htm DialogBlocks] -  '''('''''Latest at this time'', '''Version 5.18, August 21st, 2024)'''
** C++ exportcan export XRC, which wxGlade should be able to import
** can export C++, XRC, which wxGlade should be able to import
** No Perl export (see XRC)
** Cross Platform (Windows, Mac, Linux)
** Cross Platform (Windows, Mac, Linux)
** Registration required, but support is discontinued - email support@anthemion.co.uk, they may just give you a free key if you are nice
** Registration required, but support is discontinued - email support@anthemion.co.uk, they may just give you a free key if you are nice :-)

Latest revision as of 00:18, 27 February 2025

Introduction

[edit | edit source]

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

[edit | edit source]

Power Users

[edit | edit source]

Windows

[edit | edit source]

Linux

[edit | edit source]

MacOS

[edit | edit source]

Cross Platform

[edit | edit source]

Debuggers

[edit | edit source]

Profiling, Benchmarking, Test Coverage

[edit | edit source]
  • Devel::NYTProf
  • Test::Coverage

Power Tools

[edit | edit source]

Windows

[edit | edit source]

Linux

[edit | edit source]
  • mosh
  • htop

MacOS

[edit | edit source]

Cross Platform

[edit | edit source]
  • Cherry Tree - an amazing hierarchical note-taking application (github)
    • supports nodes of many different content types
    • node can even be executable Perl (and others)
    • syntax highlighting for snippets
    • supports LaTeX, HTML, embedded images

Database Clients and SQL/Schema Designers

[edit | edit source]

SQLite

[edit | edit source]

MySQL/MariaDB

[edit | edit source]

PostgeSQL

[edit | edit source]

Other ...

[edit | edit source]

RAD Tools and GUI Builders

[edit | edit source]

wxPerl (wxWidgets wrapper)

[edit | edit source]
  • wxGlade (Latest at this time, Version 1.1.0, July 7, 2024)
  • wxDesigner (Latest at this time, 2.14 - wxWidgets 2.8.8/ 2.20a - wxidgets pre-3.0, May 2009)
    • outputs Perl code
    • archived but a trial is downloadable [here] (archive.org)
    • Reliable contact for license: undetermined at this time
  • DialogBlocks - (Latest at this time, Version 5.18, August 21st, 2024)
    • can export C++, XRC, which wxGlade should be able to import
    • No Perl export (see XRC)
    • Cross Platform (Windows, Mac, Linux)
    • Registration required, but support is discontinued - email support@anthemion.co.uk, they may just give you a free key if you are nice :-)