並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 30 件 / 30件

新着順 人気順

replの検索結果1 - 30 件 / 30件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

replに関するエントリは30件あります。 プログラミングtechfeednode.js などが関連タグです。 人気エントリには 『50以上の言語に対応!何でも開発可能な無料のクラウドIDE「Repl.it」を使ってみた! - paiza times』などがあります。
  • 50以上の言語に対応!何でも開発可能な無料のクラウドIDE「Repl.it」を使ってみた! - paiza times

    どうも、まさとらん(@0310lan)です! 今回は、多彩なプログラミング言語を活用したプロジェクト開発ができる無料のクラウドIDEをご紹介します。 HTML / CSS / JavaScriptを利用したフロントエンド開発から、Node.js / Python / PHP / Ruby / GOなどを使ったバックエンド開発まで、さまざまな言語を利用した開発環境がブラウザ1つで完結できるのが特徴です。 他にも、GitHub連携や複数人とコラボなども可能なので、ご興味ある方はぜひ参考にしてみてください! 【 Repl.it 】 ■「Repl.it」の使い方 それでは、「Repl.it」をどのように使うのか詳しく見ていきましょう。 サイトのトップページにアクセスしたら【start coding】ボタンをクリックしてください。 プログラミング言語を選択する画面が表示されるので、好きな言語を選びま

      50以上の言語に対応!何でも開発可能な無料のクラウドIDE「Repl.it」を使ってみた! - paiza times
    • Writing a SQL database from scratch in Go: 1. SELECT, INSERT, CREATE and a REPL | notes.eatonphil.com

      Writing a SQL database from scratch in Go: 1. SELECT, INSERT, CREATE and a REPL Next in database basics: 2. binary expressions and WHERE filters 3. indexes 4. a database/sql driver In this series we'll write a rudimentary database from scratch in Go. Project source code is available on Github. In this first post we'll build enough of a parser to run some simple CREATE, INSERT, and SELECT queries.

      • GitHub - 1buran/rHttp: REPL for HTTP

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - 1buran/rHttp: REPL for HTTP
        • Ruby 2.7正式版が登場、オブジェクトのパターンマッチ、REPLの改善など。次はRuby 3が年内登場予定!

          毎年12月25日のクリスマスにアップデートされるオブジェクト指向スクリプト言語の「Ruby」。今回も新バージョンとなるRuby 2.7正式版が予定通り、2019年12月25日にリリースされました。 Ruby 2.7の主な新機能は、case文でのオブジェクトのパターンマッチ、コマンドラインからRubyが利用できるirbにおける複数行編集の対応、コンパクションガベージコレクタ、JITコンパイラ性能の改善などです。 Ruby 2.7の主な新機能 実験的実装による新機能として追加されたオブジェクトのパターンマッチ機能は、case文で使うことができます。 一般にパターンマッチとは文字列などの値に関するパターンの一致や不一致を思い浮かべますが、Ruby 2.7で追加されたのオブジェクトの構造がパターンと一致するかどうかが調べられ、一致した場合に処理が実行される、というものです。 これまでif分などを組

            Ruby 2.7正式版が登場、オブジェクトのパターンマッチ、REPLの改善など。次はRuby 3が年内登場予定!
          • Python: REPL に複数行をペーストしたときの挙動が変わって困った件について - CUBE SUGAR CONTAINER

            表題のとおりなんだけど、最近 Python の REPL に複数行のコードをペーストしたときの挙動が以前と変わってしまい困っていた。 その Python というのは、具体的には Homebrew でインストールしたものや、Pyenv を使ってソースコードからビルドしたもの。 使っている環境は次のとおり。 $ sw_vers ProductName: Mac OS X ProductVersion: 10.15.7 BuildVersion: 19H114 $ brew info readline | head -n 1 readline: stable 8.1 (bottled) [keg-only] $ pyenv --version pyenv 1.2.22 もくじ もくじ TL;DR 問題についてもうちょっと詳しく TL;DR 結論から先に述べると、これは Python のビルドに使

              Python: REPL に複数行をペーストしたときの挙動が変わって困った件について - CUBE SUGAR CONTAINER
            • The Niche Programmer - REPL

              For the vast majority of my programming career, I've been a mainstream developer. By mainstream, I mean writing in a language and using the tools that most of the category of software development I have been in (mostly web development) has used, such as PHP, JavaScript, and the most popular tools of those ecosystems. But then one day in 2018 I got a job where I had to learn Clojure. I had never he

              • Strudel REPL

                Strudel is a music live coding environment for the browser, porting the TidalCycles pattern language to JavaScript.

                • GitHub - Robert-van-Engelen/tinylisp: Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.

                  In honor of the contributions made by Church and McCarthy, I wrote this project and the accompanying article to show how anyone can write a tiny Lisp interpreter in a few lines of C or in any "C-like" programming language for that matter. I attempted to preserve the original meaning and flavor of Lisp as much as possible. As a result, the C code in this project is strongly Lisp-like in compact for

                    GitHub - Robert-van-Engelen/tinylisp: Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.
                  • GitHub - tenderlove/asmrepl: A REPL for x86-64 assembly language

                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                      GitHub - tenderlove/asmrepl: A REPL for x86-64 assembly language
                    • GitHub - kurtlawrence/papyrus: (Rust) repl

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - kurtlawrence/papyrus: (Rust) repl
                      • REPL vs CLI: IDE wars

                        I’ve been thinking recently that Clojure REPL and CLI are both IDEs, and one might be better than another at being an IDE, so I decided to collect some scattered thoughts about the subject because I think this would be interesting to discuss. The target audience of this post is software developers writing projects in Clojure. Intro Let’s start with what I mean by abbreviations used throughout the

                        • GitHub - rsify/jay: 😎 Supercharged JavaScript REPL

                          Supercharged JavaScript REPL 😎 Jay is a terminal-based JavaScript REPL focused on increasing prototyping speed and productivity. It's packed with modern REPL features, whilst also striving to maintain a familiar REPL vibe. Here are the most important features that differentiate Jay from other REPL's: require modules directly from the registry Eager eval (requires node >= 12.3.0) Top level await T

                            GitHub - rsify/jay: 😎 Supercharged JavaScript REPL
                          • npm互換が強化されたDeno 1.29リリース。独自npmレジストリのサポート、REPLでのnpmサポートなど

                            npm互換が強化されたDeno 1.29リリース。独自npmレジストリのサポート、REPLでのnpmサポートなど オープンソースのJavaScript/TyeScriptランタイム「Deno」の最新版となる「Deno 1.29」がリリースされました。 Deno 1.29では、前バージョンの1.28から対応を開始したnpm モジュールに対する互換性の向上、独自npmレジストリのサポート、REPLでのnpmサポートなど、多くのアップデートが行われています。 The biggest updates in 1.29 pic.twitter.com/Fv5RMRhQgc — Deno (@deno_land) December 19, 2022 npm対応へと方針変更をしたDeno DenoはNode.jsよりも優れたサーバサイドのJavaScript/TypeScript環境を新たに作るというコン

                              npm互換が強化されたDeno 1.29リリース。独自npmレジストリのサポート、REPLでのnpmサポートなど
                            • .NET 6 の C# 10 を今すぐ REPL で試す - Qiita

                              この記事は、以下のアドベントカレンダーの 10日目 の記事だ。 カレンダーのタイトル長くない? リンクカード見切れちゃってるじゃん。 この記事では、 『.NET 6? C# 10? 触ってもいいけど面倒なのは嫌!』 という諸兄に、今すぐ触って動かせる方法をお伝えする。 .NET Interactive の C# REPL を使え SDK のインストールすら面倒なあなたでも、 .NET Interactive なら以下の手順で簡単に利用できる。 ブラウザで リンクをクリック C# Console をクリック C# を REPL で書く たったこれだけ。 実質 1 Step C# 10 の新機能である、 定数の補間文字列 も問題なく動いているとおり、 ちゃんと .NET 6 の環境で動作していることがわかるだろう。 .NET Interactive とは? ……と、これで記事が終わってしまって

                                .NET 6 の C# 10 を今すぐ REPL で試す - Qiita
                              • Windows Terminal のタブで Node.js の対話モード(REPL)を開けるようにしてみた | DevelopersIO

                                はじめに Windows Terminal 使っていますか? 最近 wt で Windows Terminal のパスが通っていることを知ったので、powershell や pwsh よりも文字数が少なくてエクスプローラからの起動が捗っている ふじい(大) です。 Node.js をインストールすると対話モード(REPL)といって 対話式でコマンドを実行するモードがあります。これを用いることで JavaScript でちょっとした計算やコードの確認を行うことができます。 今回はこの対話モードを Windows Terminal のタブとして開けるように設定してみました。 やってみた 前提条件 Windows Terminal がインストールされていること Node.js がインストール済みでnode.exe へのパスが通っていること Windows Terminal の設定を開く タブバー

                                  Windows Terminal のタブで Node.js の対話モード(REPL)を開けるようにしてみた | DevelopersIO
                                • 「Ruby 2.7.0」が正式リリース ~パターンマッチングを実験的に導入/REPL環境の改善や「Compaction GC」の実装なども

                                    「Ruby 2.7.0」が正式リリース ~パターンマッチングを実験的に導入/REPL環境の改善や「Compaction GC」の実装なども
                                  • On repl-driven programming - by mikel evins

                                    Once upon a time, someone with the handle “entha_saava” posted this question on Hacker News: Can someone knowledgeable explain how are lisp REPLs different from Python / Ruby REPLs? What is the differentiating point of REPL driven development? The answer is that there is a particular kind of programming in which you build a program by interacting with it as it runs, and there are certain languages

                                    • Terser REPL

                                      Try the latest version of Terser on this page.

                                      • GitHub - udem-dlteam/ribbit: A small and portable Scheme implementation with AOT and incremental compilers that fits in 4K. It supports closures, tail calls, first-class continuations and a REPL.

                                        The Ribbit AOT compiler is written in Scheme and can be executed with Gambit, Guile, Chicken and Kawa. It has been tested with Gambit v4.7.5 and above. For the best experience install Gambit from https://github.com/gambit/gambit . There are also prebuilt versions of the Ribbit AOT compiler in the prebuilt directory, allowing the AOT compiler to be executed using another language interpreter, such

                                          GitHub - udem-dlteam/ribbit: A small and portable Scheme implementation with AOT and incremental compilers that fits in 4K. It supports closures, tail calls, first-class continuations and a REPL.
                                        • A Lisp REPL as my main shell

                                          If you enjoy this article and would like to help me keep writing, consider chipping in, every little bit helps to keep me going :) Thank you! Update: As of 2021-02-07, not all the code and configurations used in this presentation have been published. Should happen in the coming days, stay tuned! Introduction video The concepts I’m going to present in this article were featured in a presentation at

                                          • .NET Interactive の C# REPL を Jupyter で | Aqua Ware つぶやきブログ

                                            今回は、 .NET Interactive を利用し、ローカルマシンで C# や PowerShell Core の REPL を利用するまでをまとめる。 なお、 とりあえず動かしてみたいだけであれば、 バッジのリンクをクリックして、 オンライン上の Binder にブラウザにアクセスするだけで、利用することができる。 → Use Jupyter with .NET Interactive on Binder .NET Interactive とは .NET Interactive は、 以前 Try.NET と言う名前で提供されていた、 .NET のインタラクティブな機能を提供する API スイートだ。 JupyterLab に .NET カーネルを追加する形で、 REPL の実行やノートブックの作成する仕組みを提供することが、 主なユースケースとなっている。 REPL ではコード補完も

                                            • Strudel REPL

                                              Strudel is a music live coding environment for the browser, porting the TidalCycles pattern language to JavaScript.

                                              • Julia 1.5以降のREPLにおける変数スコープの扱い - Qiita

                                                変更の概要 2020年10月4日追記:もともとこの記事は、Julia 1.5がリリースされる直前に書かれました。当初の内容は、Julia 1.4以前の視点で、新バージョンの挙動を説明するものでした。この追記では視点を変え、Julia 1.5以降の利用者が、旧バージョンの挙動を振り返るようにしました。また、このスコープルールの決定に至るまでの経緯をまとめました。 Julia 1.5以降、REPL上の変数スコープの挙動が変更になった。 Julia 1.4までのデフォルトの挙動は「ローカルスコープ内からグローバル変数を参照できるが変更できない」とされていた。 1.5以降は、ループなどの一部のローカルスコープ内で、グローバル変数の参照と変更が(デフォルトで)可能になった。結果、REPLでループを書く場合に、他の言語と似た感覚で変数を変更できるようになった。 この変更は、JuliaのREPL上でプロ

                                                  Julia 1.5以降のREPLにおける変数スコープの扱い - Qiita
                                                • REPL駆動プログラミングについて

                                                  本記事は、Mikel Evins氏のOn repl-driven programmingの翻訳を、本人の御了承を得て公開するものです。なお、関連記事であるProgramming as teachingの翻訳も公開していますので、どうぞご覧ください。 REPL駆動プログラミングについて 2020-12-18 by Mikel Evins その昔、「entha_saava」というハンドルネームの人が、Hacker Newsにこんな質問を投稿していました。 誰か詳しい方に LispのREPL と PythonやRubyのREPLがどう違うのかを説明してもらえないでしょうか? LispのREPL駆動開発の差別化ポイントは何ですか? その答えは、プログラムを実行しながら対話することでプログラムを構築する特有のプログラミング手法があり、そのような手法をサポートするために一から設計された言語やランタイム

                                                    REPL駆動プログラミングについて
                                                  • Node.js Notebooks (REPL) - Visual Studio Marketplace

                                                    Node.js Notebooks Features Enhanced REPL experience for Node.js in Notebooks (with top level awaits) Run & debug JavaScript, TypeScript code in node.js Built in support for typescript (ships with TypeScript & ts-node). Built in support for plotly (plotly.js is shipped with the extension) Rich (inline visualizations) using @tensorflow/tfjs-vis & Tensorboards Excellent support for danfo.js (rich HTM

                                                      Node.js Notebooks (REPL) - Visual Studio Marketplace
                                                    • GitHub - nodejs/repl: REPL rewrite for Node.js ✨🐢🚀✨

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                        GitHub - nodejs/repl: REPL rewrite for Node.js ✨🐢🚀✨
                                                      • Jay - 高機能なJavaScript用REPL

                                                        MOONGIFTはオープンソース・ソフトウェアを紹介するブログです。2021年07月16日で更新停止しました Node.jsではインタプリタを用意していますが、あまり機能的ではありません。ライブラリを別途用意したり、ネットワークなどの非同期処理を書くのも面倒だったりします。それならばとスクリプトをファイルに書いて実行している人も多いでしょう。 そこで使ってみて欲しいのがJayです。標準のものに比べると圧倒的に高機能なREPLです。 Jayの使い方 まず便利なのがnpmのライブラリをダイナミックにインストールできることです。 そしてawaitが最初から利用できます。非同期処理も簡単です。 入力補完も用意されています。 Jayを使うことでライブラリをインストールする手間が必要なく、さらにasync/awaitを使った非同期処理も簡単に試せます。入力補完や実行結果をあらかじめ表示する機能もあり、

                                                          Jay - 高機能なJavaScript用REPL
                                                        • [小ネタ] Dockerコンテナを実行可能ファイルのように扱ってAWS CLIやREPLを実行する | DevelopersIO

                                                          こんにちは、CX事業本部のうらわです。 DockerfileのENTRYPOINTにaws cliやts-node等の実行ファイルを指定すれば起動時にそのファイルを実行するコンテナを作成することができるため、Dockerコンテナをコマンドのように扱うことができます。 任意のコマンドをDockerで実行できるようにすれば使用しているPCにはDockerさえインストールされていれば良いため、PCに余計なものをインストールすることなくクリーンな状態を維持できます。 本記事では私のようにあまりグローバルにインストールしたくない派の方向けに、いくつかのDockerによるコマンド化の例をご紹介します。 ※ 本記事ではDockerのインストール手順やdockerコマンドの細かい説明は割愛します。 ※ いちいちDockerコンテナで実行するのは面倒では、と感じる方もいると思いますが、その通りだと思います。

                                                            [小ネタ] Dockerコンテナを実行可能ファイルのように扱ってAWS CLIやREPLを実行する | DevelopersIO
                                                          • GitHub - Subash/scratch-console: Chrome DevTools based repl for both node.js and browser.

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                              GitHub - Subash/scratch-console: Chrome DevTools based repl for both node.js and browser.
                                                            • C# の REPL, スクリプティング環境の比較 - Qiita

                                                              この記事は、 C# その2 Advent Calendar 2019 の 12/4 の記事だ。 ギリギリの投稿で申し訳ない。 Qiita が怖いので、 普段は ブログ や Crieit, Qrunch に投稿しているのだが、 今回はせっかくの Advent Calendar なので、 Qiita 初投稿。 お手柔らかにお願いします。 Qiitaとブログの使い分け 、難しいよね。 追記 2019/12/06 ktz_alias 氏にコメントで教えてもらった JupyterLab がなかなか良かったので、その情報を追記した。 みんな C# の REPL に何を使ってる? 頭の中で正確にコードをコンパイルして動かせる人ならともかく、 私のようにコードを書くのが本職ではない人間にとっては、 コード片が意図通り動くかどうかを対話的に入力できる環境があるとありがたい。 また、細々した処理を行いたいとき

                                                                C# の REPL, スクリプティング環境の比較 - Qiita
                                                              1

                                                              新着記事