Add Clojure wrapper to the list of examples.
GitOrigin-RevId: 47296a7cf5f8bb023435ef53fd1be0839d09b491
This commit is contained in:
parent
04934e46a9
commit
a5b6303389
@ -32,6 +32,7 @@ select.large { font-size: large; }
|
|||||||
<option>PHP</option>
|
<option>PHP</option>
|
||||||
<option>Lua</option>
|
<option>Lua</option>
|
||||||
<option>Ruby</option>
|
<option>Ruby</option>
|
||||||
|
<option>Clojure</option>
|
||||||
<option>D</option>
|
<option>D</option>
|
||||||
<option>Elixir</option>
|
<option>Elixir</option>
|
||||||
<option>C</option>
|
<option>C</option>
|
||||||
@ -187,6 +188,7 @@ function getExampleAnchor(language) {
|
|||||||
case 'PHP':
|
case 'PHP':
|
||||||
case 'Lua':
|
case 'Lua':
|
||||||
case 'Ruby':
|
case 'Ruby':
|
||||||
|
case 'Clojure':
|
||||||
case 'D':
|
case 'D':
|
||||||
case 'Elixir':
|
case 'Elixir':
|
||||||
case 'C':
|
case 'C':
|
||||||
|
@ -22,6 +22,7 @@ Choose your preferred programming language to see examples of usage and a detail
|
|||||||
- [PHP](#php)
|
- [PHP](#php)
|
||||||
- [Lua](#lua)
|
- [Lua](#lua)
|
||||||
- [Ruby](#ruby)
|
- [Ruby](#ruby)
|
||||||
|
- [Clojure](#clojure)
|
||||||
- [Emacs Lisp](#emacslisp)
|
- [Emacs Lisp](#emacslisp)
|
||||||
- [D](#d)
|
- [D](#d)
|
||||||
- [Elixir](#elixir)
|
- [Elixir](#elixir)
|
||||||
@ -171,6 +172,13 @@ TDLib can be used from the Ruby programming language through the [JSON](https://
|
|||||||
See [tdlib-ruby](https://github.com/centosadmin/tdlib-ruby) for examples of Ruby bindings and a client for TDLib.
|
See [tdlib-ruby](https://github.com/centosadmin/tdlib-ruby) for examples of Ruby bindings and a client for TDLib.
|
||||||
See [example/ruby](https://github.com/tdlib/td/tree/master/example/ruby) for an example of logging in to Telegram using TDLib and `tdlib-ruby` gem.
|
See [example/ruby](https://github.com/tdlib/td/tree/master/example/ruby) for an example of logging in to Telegram using TDLib and `tdlib-ruby` gem.
|
||||||
|
|
||||||
|
<a name="clojure"></a>
|
||||||
|
## Using TDLib in Clojure projects
|
||||||
|
|
||||||
|
TDLib can be used from the Clojure programming language through the [JSON](https://github.com/tdlib/td#using-json) interface.
|
||||||
|
|
||||||
|
See [clojure-tdlib-json-wrapper](https://github.com/MityaSaray/clojure-tdlib-json-wrapper) for an example of TDLib Clojure bindings.
|
||||||
|
|
||||||
<a name="emacslisp"></a>
|
<a name="emacslisp"></a>
|
||||||
## Using TDLib in Emacs Lisp projects
|
## Using TDLib in Emacs Lisp projects
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user