検索結果

int to lisp の結果を表示しています。Intro ling の結果は見つかりませんでした。
  • Common Lisp は非常に発達したコンディションシステムを備えています。このコンディションシステムでは、例外的状態、あるいは、プログラマに定義されたプログラムの通常の処理から外れた状況の処理を可能とします。例外的状況の一般的な例は例えばエラーです。しかし Common Lisp
    10キロバイト (1,567 語) - 2015年8月14日 (金) 01:40
  • In order to use this, import ''Data.Array'' and add the following to the LispVal type: | Vector (Array Int LispVal) Add the following lines to parseExpr;…
    15キロバイト (1,397 語) - 2021年4月13日 (火) 11:11
  • intersect(sphere()); These functions ease the transition of designs from OpenSCAD (Lisp-like) to OpenJSCAD (JavaScript and objects). Note: The text() function as known…
    10キロバイト (301 語) - 2017年6月10日 (土) 06:47
  • 無名関数は、1958年のLisp以来、プログラミング言語の特徴となっており、最近のプログラミング言語では無名関数をサポートするものが増えている。 (setq add (lambda (a b) (+ a b))) (apply add '(2 3)) ; 5 #include <iostream> int main()…
    4キロバイト (505 語) - 2023年11月10日 (金) 04:36
  • Pythonは動的型付けな言語です。変数には型がなく変数の示すオブジェクトが型を持ちます。 これはPythonの興味深い特徴であり、PythonはLispやSchemeなどのような特殊な言語群の一部となっています。 一方、静的型付けな、C言語やJavaなどのコンパイル言語の場合には、最初に変数の名前…
    3キロバイト (497 語) - 2021年11月17日 (水) 05:11
  • with a '$' are special variables. The semantic is similar to the special variables in lisp: they have dynamic instead of lexical scoping. The $fa, $fs…
    9キロバイト (1,387 語) - 2015年8月28日 (金) 12:02
  • 変数名が '$' ではじまる変数は特殊変数である。 意味はLISPの特殊変数と似ており、字句的なスコープではなく動的なスコープをとる。 すなわち、下位のサブルーチンに (引数として明示的に指定しなくとも) 引数のごとく自動的に渡されるような用途には効果的である。 通常の変数と比べてみよう。 normal=2;…
    12キロバイト (1,853 語) - 2015年8月28日 (金) 12:02
  • S_{\mathrm {int} }=-\sum _{i}q_{i}\int _{a}^{b}A_{\mu }dx^{\mu }=-\int _{a}^{b}\sum _{i}q_{i}A_{\mu }{\frac {dx^{\mu }}{dt}}dt=-\int _{a}^{b}\int A_{\mu }j^{\mu…
    32キロバイト (7,765 語) - 2024年5月25日 (土) 05:41
  • 情報技術 > プログラミング > Clojure この本は、プログラミング言語のClojureについての教科書です。ClojureはLisp方言の1つで、Javaプラットフォーム上で動作することができ、Javaのクラスやライブラリを直接使用することができます。また、動的な型付けを持つ関数型プログラミ…
    43キロバイト (5,023 語) - 2023年3月5日 (日) 04:27
  • with a '$' are special variables. The semantic is similar to the special variables in lisp: they have dynamic instead of lexical scoping. The $fa, $fs…
    2キロバイト (4,300 語) - 2015年2月8日 (日) 05:13
  • Python/ (intの節)
    type "List[int]"; expected "Union[int, float]" main.py:13: error: Argument 3 to "total" has incompatible type "str"; expected "Union[int, float]" main…
    1キロバイト (41,670 語) - 2024年5月8日 (水) 23:35
  • "--" から始まります -- 変数の定義 x :: Int x = 5 -- 関数の定義 add :: Int -> Int -> Int add a b = a + b -- if式 maxValue :: Int -> Int -> Int maxValue a b = if a > b then…
    31キロバイト (3,983 語) - 2024年2月1日 (木) 05:04
  • Crystal (BigIntの節)
    "to_f", "to_f32", "to_f32?", "to_f64", "to_f64?", "to_f?", "to_f_impl", "to_i", "to_i128", "to_i128?", "to_i16", "to_i16?", "to_i32", "to_i32?", "to_i64"…
    92キロバイト (11,338 語) - 2024年3月11日 (月) 01:22
  • 真偽値のリテラル int flag1 = 1; int flag2 = 0; // nullptrはC18では使用できないため、NULLを使用する int *v = NULL; // 整数のリテラル int x = 10; int y = 0b1010; // 2進数リテラル int z = 012;…
    13キロバイト (1,697 語) - 2023年4月2日 (日) 04:37
  • 能となります。よって、一概にインタープリターがコンパイラーより実行速度が劣るとは言えません。 言語処理系にインタープリターを採用している言語には Lisp JavaScript Perl Python Ruby などがあります。 コンパイラーとは、プログラミング言語で書かれたソースコードを予め機械語に変換するソフトウェアのことです。…
    39キロバイト (4,719 語) - 2023年7月16日 (日) 12:41
  • グ言語です。関数型プログラミング言語では、データとアルゴリズムを分離し、状態を変更するよりも、値の変換や計算に重点が置かれます。 Haskell Lisp ML Erlang 命令型プログラミング言語 — コンピュータに具体的な手順を指示することでプログラムを作成するプログラミング言語です。 アセンブリ言語…
    29キロバイト (3,040 語) - 2024年1月25日 (木) 23:50
  • BESSELINT is a Matlab program to compute integrals of the form ∫ 0 ∞ x m ∏ i = 1 k J ν i ( a i x ) d x {\displaystyle \int _{0}^{\infty }x^{m}\prod _{i=1}^{k}J_{\nu…
    30キロバイト (0 語) - 2024年3月28日 (木) 10:21