Artículos de revistas sobre el tema "Functional programming"

Siga este enlace para ver otros tipos de publicaciones sobre el tema: Functional programming.

Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros

Elija tipo de fuente:

Consulte los 50 mejores artículos de revistas para su investigación sobre el tema "Functional programming".

Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.

También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.

Explore artículos de revistas sobre una amplia variedad de disciplinas y organice su bibliografía correctamente.

1

Shukla, Abhishek. "Bridging the Gap between Event-Based Programming and Functional Programming". International Journal of Science and Research (IJSR) 11, n.º 1 (5 de enero de 2022): 1595–98. http://dx.doi.org/10.21275/sr231116134821.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Ferguson, Iain. "Functional programming". ACM SIGPLAN Lisp Pointers VI, n.º 2 (abril de 1993): 43–48. http://dx.doi.org/10.1145/174186.174192.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Ames, W. F. "Functional programming". Mathematics and Computers in Simulation 31, n.º 6 (febrero de 1990): 599. http://dx.doi.org/10.1016/0378-4754(90)90083-u.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Joosten, S. "Functional programming". Information and Software Technology 32, n.º 2 (marzo de 1990): 166. http://dx.doi.org/10.1016/0950-5849(90)90121-7.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Visnovitz, Márton. "Classical Programming Topics with Functional Programming". Central-European Journal of New Technologies in Research, Education and Practice 2, n.º 2 (2020): 41–55. http://dx.doi.org/10.36427/cejntrep.2.2.965.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Goldberg, Benjamin. "Functional programming languages". ACM Computing Surveys 28, n.º 1 (marzo de 1996): 249–51. http://dx.doi.org/10.1145/234313.234414.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Reddy, U. S. "Imperative functional programming". ACM Computing Surveys 28, n.º 2 (junio de 1996): 312–14. http://dx.doi.org/10.1145/234528.234736.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Antoy, Sergio y Michael Hanus. "Functional logic programming". Communications of the ACM 53, n.º 4 (abril de 2010): 74–85. http://dx.doi.org/10.1145/1721654.1721675.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Elliott, Conal M. "Tangible functional programming". ACM SIGPLAN Notices 42, n.º 9 (octubre de 2007): 59–70. http://dx.doi.org/10.1145/1291220.1291163.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Acar, Umut A., Guy E. Blelloch y Robert Harper. "Adaptive functional programming". ACM SIGPLAN Notices 37, n.º 1 (enero de 2002): 247–59. http://dx.doi.org/10.1145/565816.503296.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
11

Acar, Umut A., Guy E. Blelloch y Robert Harper. "Adaptive functional programming". ACM Transactions on Programming Languages and Systems 28, n.º 6 (noviembre de 2006): 990–1034. http://dx.doi.org/10.1145/1186632.1186634.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
12

WAKELING, DAVID. "Spreadsheet functional programming". Journal of Functional Programming 17, n.º 1 (enero de 2007): 131–43. http://dx.doi.org/10.1017/s0956796806006186.

Texto completo
Resumen
AbstractThe functional programming community has shown some interest in spreadsheets, but surprisingly no one seems to have considered making a standard spreadsheet, such as Excel, work with a standard functional programming language, such as Haskell. In this paper, we show one way that this can be done. Our hope is that by doing so, we might get spreadsheet programmers to give functional programming a try.
Los estilos APA, Harvard, Vancouver, ISO, etc.
13

Huang, W. T. y D. C. You. "Typed functional programming". ACM SIGPLAN Notices 21, n.º 2 (febrero de 1986): 22–26. http://dx.doi.org/10.1145/15022.15024.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
14

Hudak. "Para-Functional Programming". Computer 19, n.º 8 (agosto de 1986): 60–70. http://dx.doi.org/10.1109/mc.1986.1663309.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
15

Gorognaya, Lidia. "On Functional Programming". Computer tools in education, n.º 3 (20 de agosto de 2021): 57–75. http://dx.doi.org/10.32603/2071-2340-2021-3-57-75.

Texto completo
Resumen
The article is devoted to the description of the features of functional programming, considered as a methodology for solving new and research problems of applied and system programming. The technique of analysis and comparison of programming paradigms is involved, taking into account the priorities of decision-making in the process of developing programs. The methodology for comparing languages and programming paradigms is based on an informal definition of the term “programming paradigm”, according to which, when comparing paradigms, it is necessary to highlight the distinctive testable features that allow verification. As such signs, it turned out to be useful to use priorities in decision-making at different stages of studying the problem statement, and then developing and debugging a program for solving it. Accounting of priority allows you to predict the complexity of the application of programmable solutions, starting with planning, studying and organizing the development of long-lived programs. The material of the article is somewhat debatable. The article gives a clear formulation of the principles of the functional programming paradigm, which distinguish it from other paradigms. Based on these principles, the derivation of consequences that allow the successful application of functional programming in solving complex problems is carried out, they are concretized to the tasks of organizing parallel computing and improving the performance of programs created within the framework of the functional programming paradigm. The complexity of creating programs for solving new problems is shown on the example of parallel computing and the requirements for a universal multi-paradigm language for parallel computing are described. For functional programming problems, the correctness and completeness of solutions is more important than the efficiency and productivity of the resulting programs. It is this choice of priorities that allows functional programming to be considered as a general technique for preparing prototypes or functional models. We can say that functional programming acts as a design office for production programming.
Los estilos APA, Harvard, Vancouver, ISO, etc.
16

Mollov, Muharem y Petar Petrov. "Developing Problem Solving Competency Using Functional Programming Style". Mathematics and Informatics LXV, n.º 1 (28 de febrero de 2022): 30–44. http://dx.doi.org/10.53656/math2022-1-3-dev.

Texto completo
Resumen
This paper is dedicated to the challenges of the education that high school students are facing while developing specific competencies related to the functional programming style (FPS). The presented educational approach consists of two components: first, learning FPS by comparing it with the imperative, procedural, object-oriented and logic programming paradigms and second, using competencies based approach for solving practical problems with functional programming. The paper presents a problem set and the phases of its application in the learning process. The results and the analysis of the approach are presented in two groups of high school students which develop successfully their specific competencies for using FPS for practical problem solving. The presented results show that the students are understanding easier FPS and its differences from their known paradigms (imperative, procedural, object-oriented and logical) by using a problem set with properly prepared practical problems which they can solve in multiple ways which lead them to the FPS solution.
Los estilos APA, Harvard, Vancouver, ISO, etc.
17

Chambers, John M. "Object-Oriented Programming, Functional Programming and R". Statistical Science 29, n.º 2 (mayo de 2014): 167–80. http://dx.doi.org/10.1214/13-sts452.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
18

Shen, Gan, Shun Kashiwa y Lindsey Kuper. "HasChor: Functional Choreographic Programming for All (Functional Pearl)". Proceedings of the ACM on Programming Languages 7, ICFP (30 de agosto de 2023): 541–65. http://dx.doi.org/10.1145/3607849.

Texto completo
Resumen
Choreographic programming is an emerging paradigm for programming distributed systems. In choreographic programming, the programmer describes the behavior of the entire system as a single, unified program -- a choreography -- which is then compiled to individual programs that run on each node, via a compilation step called endpoint projection. We present a new model for functional choreographic programming where choreographies are expressed as computations in a monad. Our model supports cutting-edge choreographic programming features that enable modularity and code reuse: in particular, it supports higher-order choreographies, in which a choreography may be passed as an argument to another choreography, and location-polymorphic choreographies, in which a choreography can abstract over nodes. Our model is implemented in a Haskell library, HasChor , which lets programmers write choreographic programs while using the rich Haskell ecosystem at no cost, bringing choreographic programming within reach of everyday Haskellers. Moreover, thanks to Haskell's abstractions, the implementation of the HasChor library itself is concise and understandable, boiling down endpoint projection to its short and simple essence.
Los estilos APA, Harvard, Vancouver, ISO, etc.
19

Wadler, P. "Editorial - Lazy Functional Programming". Computer Journal 32, n.º 2 (1 de febrero de 1989): 97. http://dx.doi.org/10.1093/comjnl/32.2.97.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
20

Hughes, J. "Why Functional Programming Matters". Computer Journal 32, n.º 2 (1 de febrero de 1989): 98–107. http://dx.doi.org/10.1093/comjnl/32.2.98.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
21

Paulson, L. C. "Functional Programming with Hope". Computer Journal 35, n.º 5 (1 de octubre de 1992): 491. http://dx.doi.org/10.1093/comjnl/35.5.491.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
22

Appel, Andrew W. "SSA is functional programming". ACM SIGPLAN Notices 33, n.º 4 (abril de 1998): 17–20. http://dx.doi.org/10.1145/278283.278285.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
23

Hu, Zhenjiang, John Hughes y Meng Wang. "How functional programming mattered". National Science Review 2, n.º 3 (13 de julio de 2015): 349–70. http://dx.doi.org/10.1093/nsr/nwv042.

Texto completo
Resumen
Abstract In 1989 when functional programming was still considered a niche topic, Hughes wrote a visionary paper arguing convincingly ‘why functional programming matters’. More than two decades have passed. Has functional programming really mattered? Our answer is a resounding ‘Yes!’. Functional programming is now at the forefront of a new generation of programming technologies, and enjoying increasing popularity and influence. In this paper, we review the impact of functional programming, focusing on how it has changed the way we may construct programs, the way we may verify programs, and fundamentally the way we may think about programs.
Los estilos APA, Harvard, Vancouver, ISO, etc.
24

Thomson, Norman. "Functional programming with APL2". ACM SIGAPL APL Quote Quad 24, n.º 2 (diciembre de 1993): 15–16. http://dx.doi.org/10.1145/165643.165644.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
25

Gibert, Jacek. "Functional programming with combinators". Journal of Symbolic Computation 4, n.º 3 (diciembre de 1987): 269–93. http://dx.doi.org/10.1016/s0747-7171(87)80009-3.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
26

Huang, Wei‐Teh. "Functional programming in graphs". Journal of the Chinese Institute of Engineers 10, n.º 1 (enero de 1987): 87–97. http://dx.doi.org/10.1080/02533839.1987.9676946.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
27

Perez, Ivan, Manuel Bärenz y Henrik Nilsson. "Functional reactive programming, refactored". ACM SIGPLAN Notices 51, n.º 12 (19 de julio de 2018): 33–44. http://dx.doi.org/10.1145/3241625.2976010.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
28

CABALAR, PEDRO. "Functional answer set programming". Theory and Practice of Logic Programming 11, n.º 2-3 (4 de febrero de 2011): 203–33. http://dx.doi.org/10.1017/s1471068410000517.

Texto completo
Resumen
AbstractIn this paper we propose an extension of Answer Set Programming (ASP) to deal with (possibly partial) evaluable functions. To this aim, we start from the most general logical counterpart of ASP, Quantified Equilibrium Logic (QEL), and propose a variant QEL=ℱwhere the set of functions is partitioned into Herbrand functions (orconstructors) and evaluable functions (oroperations). We show how this extension has a direct connection to Scott'sLogic of Existence, and introduce several useful derived operators, some of them directly borrowed from Scott's formalisation. Using this general framework for arbitrary theories, we proceed to focus on a syntactic subclass that corresponds to normal logic programs with evaluable functions and equality. We provide a translation of this class into function-free normal programs and consider a safety condition so that the resulting program is also safe, under the usual meaning in ASP. Finally, we also establish a formal comparison to Lin and Wang's approach (FASP) dealing with evaluable total functions.
Los estilos APA, Harvard, Vancouver, ISO, etc.
29

Bailes, Paul A. "Introduction to functional programming". Science of Computer Programming 12, n.º 2 (julio de 1989): 158–64. http://dx.doi.org/10.1016/0167-6423(89)90041-5.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
30

Duponcheel, L. y M. Duponcheel. "Acceptable functional programming systems". Acta Informatica 23, n.º 1 (abril de 1986): 67–98. http://dx.doi.org/10.1007/bf00268076.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
31

Burton, F. W. y J. G. Kollias. "Functional programming with quadtrees". IEEE Software 6, n.º 1 (enero de 1989): 90–97. http://dx.doi.org/10.1109/52.16906.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
32

van der Ploeg, Atze. "Monadic functional reactive programming". ACM SIGPLAN Notices 48, n.º 12 (31 de enero de 2014): 117–28. http://dx.doi.org/10.1145/2578854.2503783.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
33

Erwig, Martin. "Functional programming with graphs". ACM SIGPLAN Notices 32, n.º 8 (agosto de 1997): 52–65. http://dx.doi.org/10.1145/258949.258955.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
34

Hanna, Keith. "Interactive visual functional programming". ACM SIGPLAN Notices 37, n.º 9 (17 de septiembre de 2002): 145–56. http://dx.doi.org/10.1145/583852.581493.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
35

McNamara, Brian y Yannis Smaragdakis. "Functional programming in C++". ACM SIGPLAN Notices 35, n.º 9 (septiembre de 2000): 118–29. http://dx.doi.org/10.1145/357766.351251.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
36

Narbel, Ph. "Functional Programming at Work in Object- Oriented Programming." Journal of Object Technology 8, n.º 6 (2009): 181. http://dx.doi.org/10.5381/jot.2009.8.6.a5.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
37

ERWIG, MARTIN y STEVE KOLLMANSBERGER. "FUNCTIONAL PEARLS: Probabilistic functional programming in Haskell". Journal of Functional Programming 16, n.º 1 (12 de septiembre de 2005): 21–34. http://dx.doi.org/10.1017/s0956796805005721.

Texto completo
Resumen
At the heart of functional programming rests the principle of referential transparency, which in particular means that a function f applied to a value x always yields one and the same value y=f(x). This principle seems to be violated when contemplating the use of functions to describe probabilistic events, such as rolling a die: It is not clear at all what exactly the outcome will be, and neither is it guaranteed that the same value will be produced repeatedly. However, these two seemingly incompatible notions can be reconciled if probabilistic values are encapsulated in a data type.
Los estilos APA, Harvard, Vancouver, ISO, etc.
38

Perez, Ivan. "Fault tolerant functional reactive programming (functional pearl)". Proceedings of the ACM on Programming Languages 2, ICFP (30 de julio de 2018): 1–30. http://dx.doi.org/10.1145/3236791.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
39

Thomas, Dave. "Functional Programming — Crossing The Chasm?" Journal of Object Technology 8, n.º 5 (2009): 45. http://dx.doi.org/10.5381/jot.2009.8.5.c4.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
40

Gorodnyaya, Lidia. "FUNCTIONAL PROGRAMMING FOR PARALLEL COMPUTING". Bulletin of the Novosibirsk Computing Center. Series: Computer Science, n.º 45 (2021): 29–48. http://dx.doi.org/10.31144/bncc.cs.2542-1972.2021.n45.p29-48.

Texto completo
Resumen
The paper is devoted to modern trends in the application of functional programming to the problems of organizing parallel computations. Functional programming is considered as a meta-paradigm for solving the problems of developing multi-threaded programs for multiprocessor complexes and distributed systems, as well as for solving the problems associated with rapid IT development. The semantic and pragmatic principles of functional programming and consequences of these principles are described. The paradigm analysis of programming languages and systems is used, which allows assessing their similarities and differences. Taking into account these features is necessary when predicting the course of application processes, as well as when planning the study and organization of program development. There are reasons to believe that functional programming is capable of improving program performance through its adaptability to modeling and prototyping. A variety of features and characteristics inherent in the development and debugging of long-lived parallel computing programs is shown. The author emphasizes the prospects of functional programming as a universal technique for solving complex problems burdened with difficult to verify and poorly compatible requirements. A brief outline of the requirements for a multiparadigm parallel programming language is given.
Los estilos APA, Harvard, Vancouver, ISO, etc.
41

Jones, S. B. "Functional Programming and Operating Systems". Computer Journal 32, n.º 2 (1 de febrero de 1989): 162–74. http://dx.doi.org/10.1093/comjnl/32.2.162.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
42

Hains, G. "Parallel Functional Programming with Arrays". Computer Journal 36, n.º 3 (1 de marzo de 1993): 238–45. http://dx.doi.org/10.1093/comjnl/36.3.238.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
43

Hailpern, B., T. Huynh y G. Revesz. "Comparing two functional programming systems". IEEE Transactions on Software Engineering 15, n.º 5 (mayo de 1989): 532–42. http://dx.doi.org/10.1109/32.24702.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
44

Furtado, Antonio L. "Towards functional programming in Prolog". ACM SIGPLAN Notices 23, n.º 3 (marzo de 1988): 43–52. http://dx.doi.org/10.1145/43895.43900.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
45

Mitchell, Emily G. "Functional programming through deep time". ACM SIGPLAN Notices 46, n.º 9 (18 de septiembre de 2011): 28–31. http://dx.doi.org/10.1145/2034574.2034779.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
46

Krasnov, M. M. "Functional Programming Library for C++". Programming and Computer Software 46, n.º 5 (septiembre de 2020): 330–40. http://dx.doi.org/10.1134/s0361768820050047.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
47

Nedunuri, Srinivas. "The functional approach to programming". ACM SIGSOFT Software Engineering Notes 25, n.º 3 (mayo de 2000): 63–65. http://dx.doi.org/10.1145/505863.505889.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
48

Hinsen, Konrad. "The Promises of Functional Programming". Computing in Science & Engineering 11, n.º 4 (julio de 2009): 86–90. http://dx.doi.org/10.1109/mcse.2009.129.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
49

GRANDJEAN, P. "Methylmercury toxicity and functional programming☆". Reproductive Toxicology 23, n.º 3 (abril de 2007): 414–20. http://dx.doi.org/10.1016/j.reprotox.2007.03.002.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
50

Grandjean, Philippe. "Methylmercury toxicity and functional programming". Reproductive Toxicology 25, n.º 1 (enero de 2008): 134. http://dx.doi.org/10.1016/j.reprotox.2007.10.009.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
Ofrecemos descuentos en todos los planes premium para autores cuyas obras están incluidas en selecciones literarias temáticas. ¡Contáctenos para obtener un código promocional único!

Pasar a la bibliografía