What Integrates with TextMate?

Find out what TextMate integrations exist in 2024. Learn what software and services currently integrate with TextMate, and sort them by reviews, cost, features, and more. Below is a list of products that TextMate currently integrates with:

  • 1
    Python Reviews
    Definitive functions are the heart of extensible programming. Python supports keyword arguments, mandatory and optional arguments, as well as arbitrary argument lists. It doesn't matter if you are a beginner or an expert programmer, Python is easy to learn. Python is easy to learn, whether you are a beginner or an expert in other languages. These pages can be a helpful starting point to learn Python programming. The community hosts meetups and conferences to share code and much more. The documentation for Python will be helpful and the mailing lists will keep in touch. The Python Package Index (PyPI), hosts thousands of third-party Python modules. Both Python's standard library and the community-contributed modules allow for endless possibilities.
  • 2
    Ruby Reviews

    Ruby

    Ruby Language

    Free
    You may be wondering why Ruby is so popular. It is a beautiful and artistic language, according to its fans. They also say it's practical and useful. Ruby has attracted devoted coders around the world since its 1995 release. Ruby was widely accepted in 2006. Active user groups were formed in major cities around the globe and Ruby-related conferences were full to capacity. Ruby-Talk, the main mailing list for discussion about the Ruby language, saw an average of 200 messages per daily in 2006. As the community has grown, the number of messages per day on Ruby-Talk has fallen. Ruby ranks among the top 10 in most indices that measure popularity and growth of programming languages around the world (such as TIOBE index). The popularity of Ruby on Rails, especially the Ruby on Rails web framework, is responsible for a large part of this growth.
  • 3
    Fortran Reviews

    Fortran

    Fortran

    Free
    Fortran was designed from the ground up to support computationally intensive applications in engineering and science. You can write code that runs fast and close to the metal with mature and battle-tested libraries and compilers. Fortran is statically and heavily typed. This allows the compiler to catch programming errors early. This allows the compiler generate efficient binary code. Fortran is a small language that is easy to learn and use. It is easy to express most mathematical and arithmetic operations on large arrays by simply writing them out on a whiteboard. Fortran is a natively parallel programming languages that uses intuitive array-like syntax to exchange data between CPUs. It is possible to run almost identical code on one CPU, on a shared memory multicore system or on a distributed-memory HPC system or cloud-based system.
  • 4
    Go Reviews

    Go

    Golang

    Free
    It is now easier than ever to create services with Go thanks to the strong ecosystem of APIs and tools available on major cloud providers. Go allows you to create elegant and fast CLIs using popular open-source packages and a robust standard repository. Go powers fast, scalable web applications thanks to its enhanced memory performance and support of several IDEs. Go supports both DevOps as well as SRE with its fast build times and lean syntax. All you need to know about Go. Get started on a project or refresh your knowledge about Go code. Three sections provide an interactive introduction to Go. Each section ends with a few exercises that allow you to put what you have learned into practice. Anyone can use a web browser to create Go code that we instantly compile, link, then run on our servers.
  • 5
    Java Reviews

    Java

    Oracle

    Free
    The Java™, Programming Language is a general purpose, concurrent, strongly typed and class-based object-oriented programming language. It is usually compiled according to the Java Virtual Machine Specification's bytecode instruction set. All source code in the Java programming language is first written in plain text files that end with the.java extension. The javac compiler compiles these source files into.class files. A.class file doesn't contain native code for your processor. Instead, it contains bytecodes (the machine language of the Java Virtual Machine1 [Java VM]). The java launcher tool will then run your application with an instance Java Virtual Machine.
  • 6
    PHP Reviews

    PHP

    PHP

    Free
    PHP is fast, flexible, and pragmatic. It powers everything, from your blog to the most visited websites in the world. PHP 8.0.20 is now available from the PHP development team. You don't even need to use a search box when accessing the PHP.net website. To access pages, you can use PHP.net URLs.
  • 7
    Perl Reviews

    Perl

    Perl

    Free
    Perl is a powerful, feature-rich programming language that has been in development for over 30 years. Perl is a powerful, feature-rich programming language that has been in development for over 30 years. Perl can be used on more than 100 platforms, from mainframes to portables. It is well-suited for rapid prototyping as well as large-scale development projects. "Perl" is a language family. "Raku", formerly "Perl 6", is a part of this family. However, it is a separate language with its own development team. Its existence does not have any impact on the development of Perl. Perl has powerful tools to process text, making it ideal for working in HTML, XML and other mark-up languages. Perl can handle encrypted Web data including e-commerce transactions.
  • 8
    Haskell Reviews

    Haskell

    Haskell

    Free
    Each expression in Haskell is assigned a type at compile time. All types that are combined by function application must match. The compiler will reject the program if they don't match up. Types are not only a guarantee, but also a language to express the construction of programs. Haskell functions are mathematical functions (i.e. "pure") in every instance. Even side-effecting IO operation are just a description of what to accomplish, and are produced by pure code. There are no instructions or statements, only expressions that can't mutate variables (local and global) or access state such as time or random numbers. You don't need to write every type in Haskell programs. Types can be inferred by unifying each type bidirectionally. You can however write out types or ask the compiler for them to be written for you.
  • 9
    Apache Groovy Reviews

    Apache Groovy

    The Apache Software Foundation

    Free
    Apache Groovy, a powerful, optionally-typed, dynamic language for Java, with static-typing capabilities and static compilation capabilities. It is designed to improve developer productivity through a simple, easy to understand syntax. It seamlessly integrates with any Java program and delivers powerful features to your application, including scripting capabilities and Domain-Specific Language authoring, runtime, compile-time metaprogramming and functional programming. It is easy to understand for Java developers thanks to its concise, readable, and expressive syntax. Closures, builders and runtime & compiler-time meta-programming. Functional programming, type inference and static compilation. Advanced integration & customization mechanisms, flexible syntax, and customizable syntax allow you to integrate readable business requirements into your applications. This is a great tool for writing concise, manageable tests and automating all your build and automation tasks.
  • 10
    Common Lisp Reviews

    Common Lisp

    Common Lisp

    Free
    Common Lisp, a modern multi-paradigm, high performance, compiled, ANSI standard, most prominent (alongside Scheme) descendant from the long-running Lisp family of programming languages, is the modern, multiparadigm, high performing, compiled, ANSI standardized, most prominent (alongside Scheme). Common Lisp is well-known for its flexibility, excellent support for object-oriented programming, and rapid prototyping capabilities. Common Lisp also features a powerful macro system that allows for you to tailor the language to your applications. It also has a flexible runtime environment that allows modification of running programs and debugging (excellent for server-side programming and critical software). It supports multiple paradigms, so you can choose the right approach for your application.
  • 11
    Lua Reviews

    Lua

    Lua

    Free
    Lua is an efficient, lightweight, embeddable, scripting language that is powerful and easy to use. It supports procedural, object-oriented, functional, data-driven programming and data description. Lua combines simple procedural syntax and powerful data description constructs that are based on extensible semantics and associative arrays. Lua is dynamically-typed and interprets bytecode using a register-based virtual computer. It also has automatic memory management and incremental garbage collection making it ideal for configuration and scripting as well as rapid prototyping and prototyping. Lua is well-respected for its performance. Lua is aspired to be "as fast" as other scripting languages. Multiple benchmarks have shown Lua to be the fastest language in the world of interpreted scripting. Lua is fast in benchmark programs but also in real-life. Lua has been used to write large portions of large applications.
  • 12
    Erlang Reviews

    Erlang

    Erlang

    Free
    Erlang is a programming language that allows you to create highly scalable soft real time systems. It also requires high availability. It is used in e-commerce and instant messaging, banking, telephony, and telecoms. Erlang's runtime system supports concurrency distribution and fault tolerance. OTP is a set of Erlang libraries, design principles, and middleware that allows you to develop these systems. It also includes a distributed database, applications that can interface with other languages, and debugging, as well as release handling tools.
  • 13
    Tcl Reviews

    Tcl

    Tcl

    Free
    Tcl is a simple programming language. You can write Tcl programs in a matter of hours if you have ever programmed. This page will give you a brief overview of Tcl's main features. This page will give you a quick overview of the main features of Tcl. You should be able to write simple Tcl scripts by yourself. However, we recommend that your consult one or more Tcl books. Each Tcl command is composed of one or more words separated with spaces. This example shows four words: expr (20 +), 10, and 10. The name of a command is the first word, and the arguments are the words after it. Tcl commands are composed of words. However, different commands treat their arguments in a different way. The expr command treats all arguments as one arithmetic expression and returns the result as string. The expr command doesn't consider the division into words.
  • 14
    XML Reviews

    XML

    World Wide Web Consortium (W3C)

    Free
    Extensible markup language (XML), a very simple and flexible text format, is derived from SGML. (ISO 8879). Originally created to address the challenges of large-scale electronic publication, XML plays an increasingly important role in the sharing of a wide range of data on the Web.
  • 15
    YAML Reviews

    YAML

    YAML

    Free
    YAML: YAML Isn't Markup Language™. YAML is a human-friendly data Serialization Language for all Programming Languages.
  • 16
    Markdown Reviews

    Markdown

    Markdown

    Free
    Markdown allows you write in a simple-to-read and easy-to–write plain text format. Then, it can be converted to structurally valid XHTML or HTML. Markdown is a combination of a plain text formatting syntax and a Perl software tool that converts plain text formatting into HTML. For more information on Markdown's formatting syntax, please refer to the Syntax page. You can test it right now using the online Dingus. The primary goal of Markdown's formatting syntax should be to make it as easy-to-read as possible. A Markdown-formatted document should look natural and unmodified. Although Markdown's syntax has been influenced a number of existing text-toHTML filters, the most important source of inspiration for Markdown is the plain text email format.
  • 17
    LaTeX Reviews

    LaTeX

    LaTeX

    Free
    LaTeX is a system for typesetting high-quality documents. It is also pronounced Lahtech>>>. It is used most often for medium-to large technical or scientific documents, but it can also be used for any type of publishing. LaTeX does not have a word processor! LaTeX encourages authors to not worry about the appearance of their documents and to focus on the content. This would be possible in most word-processing or typesetting systems. The author would need to choose the layout they want, such as 18pt Times Roman for title, 12pt Times Italic name, etc. This leads to two things: authors wasting time on designs and lots of poorly designed documents. LaTeX is based upon the belief that it is better for document designers to design documents and authors to get on with writing documents.
  • 18
    D Reviews

    D

    D Language Foundation

    Free
    D is a general-purpose programming languages with static typing, system-level access and C-like syntax. The D Programming Language allows you to write fast, read fast and run fast. D is possible thanks to the dedication and hard work of many volunteers and the coordination and outreach by the D Language Foundation, which is a 501(c),(3) non-profit organization. Support the Foundation to help develop the D language and grow our community. You can discuss D on the forums, join IRC channel, read the official Blog, and follow us on Twitter. You can browse the wiki to see the vision and high-level goals of the D Language Foundation. Refer to the Phobos documentation and the language specification. The DMD manual explains how to use the compiler. To deepen your understanding, you can read various articles.
  • 19
    Grails Reviews

    Grails

    Grails

    Free
    A powerful web application framework built on Spring Boot that uses Groovy. Convention-over-configuration, sensible defaults, opinionated APIs, and the Groovy language combine to make the Grails® framework easy to learn for Java developers. The Grails framework is built upon Spring Boot and takes advantage of Spring Boot's time-savings features like Spring-powered dependency injection. The Grails framework seamlessly integrates and interoperates transparently with Java, the JVM and existing Java EE container. Apache Groovy, a language for Java platform, is designed to improve developers' productivity. It can be typed in dynamic and optionally, but it also has static-typing capabilities and static compilation. The Grails framework integrates seamlessly with GORM, a data accessibility toolkit that provides a rich array of APIs to access relational and non-relational information. GORM also supports implementations of Hibernate (SQL), MongoDB and Cassandra as well as Neo4j.
  • 20
    Dash Reviews

    Dash

    Kapeli

    Free
    Dash gives your Mac instant offline accessibility to over 200+ API documentation sets. Dash is an API documentation browser, code snippet manager, and code snippet manager. Dash instantly searches offline documentation for 200+ APIs, 100+ cheatsheets, and many more. You can also request docsets to include or create your own. Dash includes 200+ offline documentation sets. Dash allows you to choose which documentation sets you want to download. Dash will keep them up-to-date. You can also request docsets, create your own docsets, or download docsets directly from third-party sources. All documentation sets were created and maintained with the greatest care. Dash integrates seamlessly with package managers to create documentation sets for any item you may need. It can also provide custom documentation sources. You can store snippets. You can reuse snippets easily. Expand snippets within any app. Organise snippets using tags, syntax highlighting, or variable placeholders.
  • 21
    JavaScript Reviews
    JavaScript is a web scripting language and programming language that allows developers to create dynamic elements on the internet. Client-side JavaScript is used by over 97% of all websites. JavaScript is the most popular scripting language on the internet.
  • 22
    Pascal Reviews
    Pascal is both a procedural programming language and an imperative programming language. Pascal is a simple programming language that can be used to create structured applications.
  • 23
    C++ Reviews

    C++

    C++

    Free
    C++ is a simple language with clear expressions. ...), but once one knows the meaning of such characters it can be even more schematic and clear than other languages that rely more on English words. C++'s simplified input/output interface and incorporation of the standard library of templates make data manipulation and communication much easier than in C. It is a programming model in which each component is treated as an object. This replaces or complements the structured programming paradigm that focuses on procedures and parameters.
  • 24
    SQL Reviews
    SQL is a domain-specific programming language that allows you to access, manage, and manipulate relational databases and relational management systems.
  • 25
    Objective-C Reviews
    Objective-C is the primary programming language that you use to create software for iOS and OS X. It's a superset the C programming language, and provides object-oriented capabilities as well as a dynamic runtime. Objective-C inherits C's syntax, primitive types and flow control statements. It also adds syntax for creating classes and methods. It adds language-level support to object graph management and object literals. Additionally, dynamic typing and binding are provided. Many responsibilities are deferred until runtime. You will spend most of your time building apps for iOS or OS X using objects. These objects are Objective-C classes that you can create yourself or Cocoa Touch.
  • 26
    Jedi Reviews
    Jedi is a Python static analysis tool that can be used in IDEs and editor plugins. Jedi focuses on autocompletion, goto functionality, and has a lot of other features. Other features include code search, refactoring and finding references. Jedi offers a simple API for use. A reference implementation is available as a VIM Plugin. It is possible to autocompletion your REPL. IPython uses it natively. You can also install it for the CPython REPL. Jedi is well-tested and should have few bugs. A script is the foundation for Jedi completions, goto, or whatever else you might need. Interpreter is the other part of this class. It works with actual dictionary and can also work with a REPL. This class should be used when editing code in an editor. Most methods have both a line parameter and a column parameter. Jedi lines are always 1-based, while columns are always zero-based. They are not always documented to avoid repetition.
  • 27
    C Reviews
    C, a programming language that was created in 1972, is still very popular and widely used today. C is a general-purpose imperative and procedural language. The C language is used to create a variety of software and applications. This includes operating systems, code compilers, databases, and many more.
  • 28
    HTML Reviews
    HTML is shorthand for HyperText Markup Language. It is the markup language used by all websites on the internet. HTML is the code websites use to create and structure their websites and web pages.
  • Previous
  • You're on page 1
  • Next