- ARRAY '15: array-oriented programming workshop (functional submissions welcome) http://www.sable.mcgill.ca/array/ 3 comments haskell
- fml: an optimizing, function-oriented, array programming language https://gist.github.com/jckarter/2839239 9 comments apljk
- How can I fill a 2d-Array with a new function without using for loops. Preferably using ES6 https://www.reddit.com/r/javascript/comments/abn2hi/how_can_i_fill_a_2darray_with_a_new_function/ 9 comments javascript
- Guide To Array Functions: Why you should pick the least powerful tool for the job https://jesseduffield.com/array-functions-and-the-rule-of-least-power/ 138 comments programming
- Guide To Javascript Array Functions: Why you should pick the least powerful tool for the job https://jesseduffield.com/array-functions-and-the-rule-of-least-power/ 32 comments javascript
- [C++] Passing string array into a function https://www.reddit.com/r/learnprogramming/comments/af3wyp/c_passing_string_array_into_a_function/ 7 comments learnprogramming
- Invoking a function from an array (QUESTION) https://www.reddit.com/r/visualbasic/comments/af0gxe/invoking_a_function_from_an_array_question/ 10 comments visualbasic
- Array of unknown length as a function paramater https://www.geeksforgeeks.org/linear-search/ 5 comments rust
- Values pushed into an array from a form don't iterate through a function, but will if hardcoded. What am I missing? https://www.reddit.com/r/webdev/comments/8w6025/values_pushed_into_an_array_from_a_form_dont/ 12 comments webdev
- How to get the array I need OUT of this function https://www.reddit.com/r/swift/comments/812rky/how_to_get_the_array_i_need_out_of_this_function/ 6 comments swift
- How Futhark (a high performance functional array language) manages GPU memory https://futhark-lang.org/blog/2018-01-28-how-futhark-manages-gpu-memory.html 14 comments programming
- Matlab function to map element in array from another matrix of indices and sum. https://www.reddit.com/r/matlab/comments/6xvlv3/matlab_function_to_map_element_in_array_from/ 5 comments matlab
- Which Array Function When? https://dev.to/andrew565/which-array-function-when 39 comments javascript
- C++ Passing a multidimensional array to a function. https://www.reddit.com/r/learnprogramming/comments/4x2s3s/c_passing_a_multidimensional_array_to_a_function/ 8 comments learnprogramming
- C++ Passing Arrays through a Function https://www.reddit.com/r/learnprogramming/comments/4ho84s/c_passing_arrays_through_a_function/ 4 comments learnprogramming
- Calling an Array of Functions in JavaScript http://zpao.com/posts/calling-an-array-of-functions-in-javascript/ 6 comments javascript
- Homemade vs Native array functions http://jsperf.com/homemade-vs-native-array-functions 8 comments javascript
- Writing A More Ruby-ish Array Intersection Function And Sorting Structs http://www.skorks.com/2010/03/writing-a-more-ruby-ish-array-intersection-function-and-sorting-structs/ 6 comments ruby
- JQuery: utility functions IX – transforming arrays http://msmvps.com/blogs/luisabreu/archive/2009/08/10/jquery-utility-functions-ix-transforming-arrays.aspx 4 comments javascript
- Question about reallocating function for Dynamic Array data structure https://github.com/TheAlgorithms/C 9 comments c_programming
- Keep getting "foreach is not a function" even though im using it on an array https://paste.ofcode.org/DRWNvvxMTpQiWNWhm6nzm5 5 comments reactjs
- C Programming - Passing a multi-dimensional array to a function https://solarianprogrammer.com/2019/03/27/c-programming-passing-multi-dimensional-array-to-function/ 6 comments programming
- Why are arrays not considered a purely functional data structure? https://www.reddit.com/r/learnprogramming/comments/7c2m8l/why_are_arrays_not_considered_a_purely_functional/ 17 comments learnprogramming
- Functional Swift: Using Array filter and forEach functions https://h4labs.wordpress.com/2016/09/30/functional-swift-using-array-filter-and-foreach-functions/ 4 comments swift
- Solidity 0.1.6 released - return multiple values from functions, push to arrays, tuples, destructuring assignments, ... https://forum.ethereum.org/discussion/3728/solidity-version-0-1-6-return-multiple-values 6 comments ethereum
- Vec: Extensible, Functional Arrays for Ocaml - purely applicative - all insertion, deletions, and updates take logarithmic time in the size of the array [LGPL] http://www.dealfaro.com/home/vec.html 7 comments programming
- Creating objects with an array of functions based on JSON data https://www.reddit.com/r/swift/comments/a4d70f/creating_objects_with_an_array_of_functions_based/ 11 comments swift
- c-passing array of linked lists to a function https://www.reddit.com/r/learnprogramming/comments/7npjkm/cpassing_array_of_linked_lists_to_a_function/ 5 comments learnprogramming
- C programming: Using array of structs, pointers, and functions to input user data with files and keyboard https://www.reddit.com/r/learnprogramming/comments/4wneor/c_programming_using_array_of_structs_pointers_and/ 9 comments learnprogramming
- Bagwell: Fast Functional Lists, Hash-Lists, Deques and Variable Length Arrays http://infoscience.epfl.ch/record/64410/files/techlists.pdf 4 comments scheme
- Single Assignment C -- Functional Array Programming for High-Performance Computing http://www.sac-home.org/index.php?p=. 5 comments programming
- Theory behind Hotel - a programming language where functions turn into an associative arrays and that is how objects are done http://tech.inhelsinki.nl/2007-09-27/ 7 comments programming
- I somehow managed to make a functional exclamation-mark-shaped green science production array https://www.reddit.com/r/factorio/comments/azytjw/i_somehow_managed_to_make_a_functional/ 6 comments factorio
- C++: trying to pass a pointer to a subfunction that reads in an array from a file and then access that array back in the main function. http://codepad.org/wTalTdj1 12 comments learnprogramming
- Is it better to learn a programming language by learning different parts of it (variables, if/else, loops, functions, arrays, etc.) or by building an actual project? https://www.reddit.com/r/learnprogramming/comments/idwche/is_it_better_to_learn_a_programming_language_by/ 50 comments learnprogramming
- [Complete Noob] Why can't I pass a Boolean Array into a function without getting a conversion error? https://www.reddit.com/r/swift/comments/6ufmop/complete_noob_why_cant_i_pass_a_boolean_array/ 6 comments swift
- I am writing a phone book app in C using arrays and structures, but I can't figure out how to write a delete function. https://gist.github.com/ee33ce1c3661f69120e8 12 comments learnprogramming
- [C++ beginner] Print sum of 2 array elements entered by user in another function. Doesn't work. https://www.reddit.com/r/learnprogramming/comments/afjncp/c_beginner_print_sum_of_2_array_elements_entered/ 13 comments learnprogramming
- I see your "Clang Collatz Conjecture", and raise you one "Clang computing the Ackermann function to 28 levels at compile time into an array it then hardcodes into the data segment, before fully unrolling a loop that displays the values" https://godbolt.org/#z:oylghafbqd5qcxaywpybmcmbrdblaf1qccaapecakxaezsabaqwdtrkbsajgcfufsaz1qbxyskwga5nwdmefsgyisaag6yawskef8qddg4agaijyfslznvamxykwcehk%2Bbmfmawwaozt7baqcy6qgoeql6kqmgheegqlk5mcgwknrg6maaepsrhlbfmyadwmmrercwqajtqaox8zqphagyxwvm5xbbetgaigv2qxnucjw4tlcsybgisieq8qrqatayt48oydii2eo2znt0qc0ndi2mtzvmzc8qlxwuvvrqafqc0k9grsti1a0mdw2uxs43wu1ud3mqie5uqlcswk%2B31hpxhr2r0qwx1%2B/xqhgbsghwlcwzjzl0taiegqql06baihsjhcwgztjzzje4wiskm0s4aa5dkoag5mzsyqsasxuty%2Bfxgrrhaorkidojqxlrvujbrybljuypdkarp5cwopdonhpbesad6dfqqb8tqajiluplafyeaachxfcmlucnsxoncxoi3hhcqt6oniucdubjnleofvliriswtghc7xt440sekjiwvdewvgnzrtgaodns2umcpmzlpvaa2pnagvomnol1ut7gbg1%2Bjvnjt%2Bspm7kuvjikmwqrjgkd3gogfqrfsdaccjalgeck1okvqqvvmerebg91toalmvqgcwskts/s3focka8ncvoiahkzuc4uxqk4x10gibhylgwrqxg9bg00jiuc4ugwjaf8ccyymedpenonwwj/vwujn1fiiugdqy/1uakf0bjdzctkqakyarfskugwgkyx%2Bnqarnh4fh6vecqws4wrah4gghk47ishaaawwqadoae5zf9hsdkfdtjf9lh6h7lh6ayar1p4wspge0hrkkfjbbacclmcrjsdgwakdqxw8aycpyeoqkfgc8ougynhhqiygrbyepsfaylpgidyiaai2u0hsouewngkbtsecrxmekab5fgggk7zscwbfgbcvl8bmzaatfau8pytbkhvsqgvchy8rsblhgijxnawibsosvavbknzyvycteeypbsvcybuldglomkd4gsgyawbedaec4n8piq2q3okiq6g4mypd4gs8pc7ihr7d4e3umjvuvbkkpkooifwqgrzkaczqckl8hhupxn4fhfoumpvi031domhtzfkivcfuknzhqhsekkoypoaly3i80gvoe7i/mqebraihx7zcm9uhh6l6ewfaigiohsaad0chxlpe3j7m%2B6qyducxcaqvrvt%2B/7adyybgcs5kanr7zmdintagmltaf9cz8as4xhwmyxahqsnqycpy6aebmmzuymuhl2npcn5nuo6zk8gcdsga%3D 4 comments programming
- JAVASCRIPT Chapter 2 Topics:Data Set, Objects, Arrays,JSON,Abstraction, Higher-order Functions, Filtering arrays, Compostability, Strings and Character code, Encapsulation, Prototype, Classes, Maps, Polymorphism, Getter, Setter, Statics, Inheritance. http://practpoint.com/javascript-chapter-2/ 3 comments javascript