StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Aadit M Shah

Rating
1570.00 (4,044th)
Reputation
51,500 (1,924th)
Page: 1 2 3 ... 16
Title Δ
Tail call optimization (TCO) not working in Safari 0.00
Map array of objects together with the parent property using Ramda +1.90
Is there a downside to using closures over prototypes? -1.08
How to write a proper constructor function extending the Array class 0.00
What is going on in this code ? I do not understand how this works... 0.00
How to implement stack safe operations on an immutable tree-like st... +3.04
How to fix the following Read1 instance? 0.00
How to combine TaskT with the monad instance of Trampoline to get s... 0.00
Why do I need a list fold to actually deconstruct a tree with this... -1.44
Readability vs. maintainability: nested functions +1.65
How to use the ContT monad transformer? +0.37
How to use the Trampoline type as the base monad of a transformer m... 0.00
How to create a recursive function that checks every substring? -0.06
Is there a valid array monad transformer? 0.00
Implementing the delimited continuation monad in JavaScript - `rese... 0.00
Returning list containing combinations of numbers in python using r... 0.00
How to use pattern matching without switch case in javascript (in f... +1.66
Trampoline based linked list (lisp tree) to string with cycles 0.00
Using trampoline to create tree from nested arrays and covert that... -1.26
Is there a better way of solving recursive fibonacci in JavaScript -0.08
How to refer to the current state in FP? 0.00
Javascript, a simple recursive function +0.29
How to implement zipPad using the These tagged union? +0.40
How to improve performance of functional code in JS +0.40
Question about asynchronous JavaScript with Promise -0.95
Can I assign multiple variables the same value without having one l... +0.41
Why does this incorrect JavaScript program produce the correct answ... +1.60
Javascript function that takes a function OR any parameter to be ev... -1.38
How to encode corecursion/codata in a strictly evaluated setting? 0.00
Better use of transduction with objects list, instead of using 2 re... +0.98
How to convert this function into a pure function? -0.61
Access constructor's properties inside constructor -0.60
Javascript `reduce` performance 0.00
Is there a better way to mimic do notation in JS? 0.00
Better way of using JS function -1.04
Can fix be tail recursive and thus expressed as a simple loop? 0.00
Is 'this' a mutable state in JavaScript? +1.18
How to traverse a matrix functionally in JavaScript ES6? -0.11
currying function instead of if condition in javascript +0.07
returning object that returns functions +0.91
JS/TS: How can I turn a factory function into a more functional pat... +1.91
IO as First In Composition Chain +0.38
Is it possible to write a function of the type `Monad m => t Ide... 0.00
What does the composition "length of sum" mean? 0.00
Sort functionally an array based on attribute and group bits of the... -0.61
Is there a `.map` like function for objects? To create a new object... +0.74
How to write a monad instance for a pair where both arguments have... +1.52
Is this a pure function? +0.91
Is there a better method to recursively execute the shuffle method... -1.23
Avoiding state in simple incrementer +1.41