検索結果
表示
int to lisp の結果を表示しています。Intro ling の結果は見つかりませんでした。
このウィキでページ「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
- ^ 2という式を使用できます。 LISP:LISPは、リスト処理に特化しています。LISPには、カッコで囲まれたリスト表現があります。たとえば、(1 2 3)は3つの要素を持つリストです。また、LISPには、'を使用して引用されたリストを作成できます。たとえば、'(1…13キロバイト (1,926 語) - 2024年6月27日 (木) 06:08
- Python/組込み型 (intの節)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
- 情報技術 > プログラミング > Clojure この本は、プログラミング言語のClojureについての教科書です。ClojureはLisp方言の1つで、Javaプラットフォーム上で動作することができ、Javaのクラスやライブラリを直接使用することができます。また、動的な型付けを持つ関数型プログラミ…71キロバイト (9,690 語) - 2024年10月2日 (水) 03:14
- 変数名が '$' ではじまる変数は特殊変数である。 意味はLISPの特殊変数と似ており、字句的なスコープではなく動的なスコープをとる。 すなわち、下位のサブルーチンに (引数として明示的に指定しなくとも) 引数のごとく自動的に渡されるような用途には効果的である。 通常の変数と比べてみよう。 normal=2;…12キロバイト (1,853 語) - 2015年8月28日 (金) 12:02
- 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
- 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キロバイト (43,573 語) - 2024年6月27日 (木) 05:29
- 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…60キロバイト (14,732 語) - 2024年11月15日 (金) 05:41
- "--" から始まります -- 変数の定義 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キロバイト (4,543 語) - 2024年2月1日 (木) 05:04
- "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"…97キロバイト (12,127 語) - 2024年11月14日 (木) 10:55
- 能となります。よって、一概にインタープリターがコンパイラーより実行速度が劣るとは言えません。 言語処理系にインタープリターを採用している言語には Lisp JavaScript Perl Python Ruby などがあります。 コンパイラーとは、プログラミング言語で書かれたソースコードを予め機械語に変換するソフトウェアのことです。…39キロバイト (4,898 語) - 2024年6月27日 (木) 06:22
- グ言語です。関数型プログラミング言語では、データとアルゴリズムを分離し、状態を変更するよりも、値の変換や計算に重点が置かれます。 Haskell Lisp ML Erlang 命令型プログラミング言語 — コンピュータに具体的な手順を指示することでプログラムを作成するプログラミング言語です。 アセンブリ言語…29キロバイト (4,271 語) - 2024年1月25日 (木) 23:50
- Java、Python、C++。 関数型言語 プログラムを数学的関数の集合として記述する。状態や副作用を最小限に抑える。例: Haskell、Lisp。 スクリプト言語 簡易なタスクの自動化や迅速な開発に適している。例: Python、JavaScript、Ruby。…36キロバイト (4,599 語) - 2024年10月18日 (金) 01:32
- 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