CTags Tag File added to Ruby Source Code Releases?

G

Gerard Vignes

Could a ctags tags file be generated and distributed as part of each ruby source code release?

Having a tags file as part of the source distribution would give intelligent source code browsers a way to follow the ruby code down to the c-implementation, into the web of macros, functions and other c artifacts.

A specific example would be the pry REPL (e.g., irb), which comes with a plugin to view ruby's c source files.

Tools for performance monitoring ruby applications are very important now, but it is just as important to develop a deep understanding of the implementation by examining the sources (both ruby and c). Both approaches are needed to identify inefficiency.

The ecstasy of high-level languages is being able to accomplish so much work with so little coding. The agony of high-level programming languages is having little or no idea about how the work is actually being done.
 
S

Simon Krahnke

* Gerard Vignes said:
Could a ctags tags file be generated and distributed as part of each ruby source code release?

Why would that to be distributed? If you need a tags file just generate one.

mfg, simon .... l
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top